Name

skb_dst — returns skb dst_entry

Synopsis

struct dst_entry * skb_dst (const struct sk_buff * skb);
 

Arguments

const struct sk_buff * skb

buffer

Description

Returns skb dst_entry, regardless of reference taken or not.