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