SKB_DST_SET

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

skb_dst_set - sets skb dst  

SYNOPSIS

void skb_dst_set(struct sk_buff * skb, struct dst_entry * dst);
 

ARGUMENTS

skb

buffer

dst

dst entry
 

DESCRIPTION

Sets skb dst, assuming a reference was taken on dst and should be released by skb_dst_drop  

COPYRIGHT