centos man page for sk_run_filter

Query: sk_run_filter

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SK_RUN_FILTER(9)						 Linux Networking						  SK_RUN_FILTER(9)

NAME
sk_run_filter - run a filter on a socket
SYNOPSIS
unsigned int sk_run_filter(const struct sk_buff * skb, const struct sock_filter * fentry);
ARGUMENTS
skb buffer to run the filter on fentry filter to apply
DESCRIPTION
Decode and apply filter instructions to the skb->data. Return length to keep, 0 for none. skb is the data we are filtering, filter is the array of filter instructions. Because all jumps are guaranteed to be before last instruction, and last instruction guaranteed to be a RET, we dont need to check flen. (We used to pass to this function the length of filter)
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SK_RUN_FILTER(9)
Related Man Pages
__skb_recv_datagram(9) - centos
cfg80211_testmode_alloc_reply_skb(9) - centos
rapi_fmt_filtspec(3) - osf1
mlib_signalfirinit_f32_f32(3mlib) - sunos
mlib_signalfirinit_f32_f32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
Tar Command
Shopt -s histappend
CentOS 6 ran out of space, need to reclaim it