Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DSCP_S
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
337
#define DSCP_V(x) ((x) << DSCP_S)
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
338
#define DSCP_G(x) (((x) >> DSCP_S) & DSCP_M)