table of contents
other versions
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¶
struct sk_buff * skb
buffer
struct dst_entry * dst
dst entry
DESCRIPTION¶
Sets skb dst, assuming a reference was taken on dst and should be released by skb_dst_drop
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |