Sets skb dst
void skb_dst_set(struct sk_buff * skb, struct dst_entry * dst);
skb
buffer
dst
dst entry
Sets skb dst, assuming a reference was taken on dst and should be released by skb_dst_drop