skb_kill_datagram(9) suse man page | unix.com

Man Page: skb_kill_datagram

Operating Environment: suse

Section: 9

SKB_KILL_DATAGRAM(9)						 Linux Networking					      SKB_KILL_DATAGRAM(9)

NAME
skb_kill_datagram - Free a datagram skbuff forcibly
SYNOPSIS
int skb_kill_datagram(struct sock * sk, struct sk_buff * skb, unsigned int flags);
ARGUMENTS
sk socket skb datagram skbuff flags MSG_ flags
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_KILL_DATAGRAM(9)
Related Man Pages
__skb_recv_datagram(9) - centos
struct_sock(9) - centos
udp(7) - redhat
__skb_recv_datagram(9) - suse
blk_init_queue(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
Tar Command