Scroll to navigation

SKB_FRAG_REF(9) Linux Networking SKB_FRAG_REF(9)

NAME

skb_frag_ref - take an addition reference on a paged fragment of an skb.

SYNOPSIS

void skb_frag_ref(struct sk_buff * skb, int f);

ARGUMENTS

struct sk_buff * skb
the buffer

int f

the fragment offset.

DESCRIPTION

Takes an additional reference on the f'th paged fragment of skb.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11