Query: skb_recycle_check
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_RECYCLE_CHECK(9) Linux Networking SKB_RECYCLE_CHECK(9)NAMEskb_recycle_check - check if skb can be reused for receiveSYNOPSISint skb_recycle_check(struct sk_buff * skb, int skb_size);ARGUMENTSskb buffer skb_size minimum receive buffer sizeDESCRIPTIONChecks 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_RECYCLE_CHECK(9)
| Related Man Pages |
|---|
| wimax_msg_alloc(9) - suse |
| __skb_recv_datagram(9) - centos |
| wimax_msg_alloc(9) - centos |
| pvmfsetrbuf(3pvm) - debian |
| ieee80211_get_buffered_bc(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Migrating to UNIX |
| SOCKS proxy & PAM configuration exposure |
| Tar Command |
| 32 bit process addressing more than 4GB |