Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_SACK
drivers/net/ethernet/chelsio/cxgb/regs.h
845
#define V_SACK(x) ((x) << S_SACK)
drivers/net/ethernet/chelsio/cxgb/regs.h
846
#define G_SACK(x) (((x) >> S_SACK) & M_SACK)