skb_recycle_check(9) suse man page | unix.com

Man Page: skb_recycle_check

Operating Environment: suse

Section: 9

SKB_RECYCLE_CHECK(9)						 Linux Networking					      SKB_RECYCLE_CHECK(9)

NAME
skb_recycle_check - check if skb can be reused for receive
SYNOPSIS
int skb_recycle_check(struct sk_buff * skb, int skb_size);
ARGUMENTS
skb buffer skb_size minimum receive buffer size
DESCRIPTION
Checks that the skb passed in is not shared or cloned, and that it is linear and its head portion at least as large as skb_size so that it can be recycled as a receive buffer. If these conditions are met, this function does any necessary reference count dropping and cleans up the skbuff as if it just came from __alloc_skb.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_RECYCLE_CHECK(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
pvm_setrbuf(3pvm) - debian
pvmfsetrbuf(3pvm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I
32 bit process addressing more than 4GB