Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
short_frame
drivers/net/ethernet/mellanox/mlx4/en_rx.c
591
#define short_frame(size) ((size) <= ETH_ZLEN + ETH_FCS_LEN)
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1247
#define short_frame(size) ((size) <= ETH_ZLEN + ETH_FCS_LEN)