1SKB_DST_SET_NOREF(9) Linux Networking SKB_DST_SET_NOREF(9)
23
4
NAME
6skb_dst_set_noref - sets skb dst, without a reference
7
SYNOPSIS
9void skb_dst_set_noref(struct sk_buff * skb, struct dst_entry * dst);
10
ARGUMENTS
12skb
13buffer
1415
dst
16dst entry
17
DESCRIPTION
19Sets skb dst, assuming a reference was not taken on dst skb_dst_drop
20should not dst_release this dst
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 SKB_DST_SET_NOREF(9)