Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
VXLAN_S
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h
2580
#define VXLAN_V(x) ((x) << VXLAN_S)
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h
2581
#define VXLAN_G(x) (((x) >> VXLAN_S) & VXLAN_M)