table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| 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¶
| February 2017 | Kernel Hackers Manual 3.16 |