table of contents
other versions
- stretch 4.9.168-1
SKB_DST_SET(9) | Linux Networking | SKB_DST_SET(9) |
NAME¶
skb_dst_set - sets skb dstSYNOPSIS¶
void skb_dst_set(struct sk_buff * skb, struct dst_entry * dst);
ARGUMENTS¶
skbbuffer
dst
dst entry
DESCRIPTION¶
Sets skb dst, assuming a reference was taken on dst and should be released by skb_dst_dropCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |