centos man page for skb_kill_datagram

Query: skb_kill_datagram

OS: centos

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)

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 3.10 June 2014 SKB_KILL_DATAGRAM(9)
Related Man Pages
wimax_msg_alloc(9) - suse
struct_sk_buff(9) - centos
wimax_msg_alloc(9) - centos
clnp(4) - netbsd
tnm::udp(n) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Shopt -s histappend
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it