Scroll to navigation

SKB_DST_SET(9) Linux Networking SKB_DST_SET(9)

NAME

skb_dst_set - sets skb dst

SYNOPSIS

void skb_dst_set(struct sk_buff * skb, struct dst_entry * dst);

ARGUMENTS

skb

buffer

dst

dst entry

DESCRIPTION

Sets skb dst, assuming a reference was taken on dst and should be released by skb_dst_drop

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10