Query: skb_kill_datagram
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_KILL_DATAGRAM(9) Linux Networking SKB_KILL_DATAGRAM(9)NAMEskb_kill_datagram - Free a datagram skbuff forciblySYNOPSISint skb_kill_datagram(struct sock * sk, struct sk_buff * skb, unsigned int flags);ARGUMENTSsk socket skb datagram skbuff flags MSG_ flagsDESCRIPTIONThis function frees a datagram skbuff that was received by skb_recv_datagram. The flags argument must match the one used for skb_recv_datagram. If the MSG_PEEK flag is set, and the packet is still on the receive queue of the socket, it will be taken off the queue before it is freed. This function currently only disables BH when acquiring the sk_receive_queue lock. Therefore it must not be used in a context where that lock is acquired in an IRQ context. It returns 0 if the packet was removed by us.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_KILL_DATAGRAM(9)
Related Man Pages |
---|
cfg80211_testmode_alloc_reply_skb(9) - centos |
struct_sock(9) - centos |
wimax_msg_alloc(9) - centos |
rdma_post_ud_send(3) - debian |
struct_sk_buff(9) - suse |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Change directory error |
A (ksh) Library For and From UNIX.com |
Shopt -s histappend |
32 bit process addressing more than 4GB |