Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
skb_availroom
net/ipv4/igmp.c
488
#define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0)
net/ipv6/mcast.c
1915
#define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0)