Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_TOS
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
333
#define V_TOS(x) ((x) << S_TOS)
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
334
#define G_TOS(x) (((x) >> S_TOS) & M_TOS)