skb_dst (9) Linux Manual Page
skb_dst – returns skb dst_entry
Synopsis
struct dst_entry *skb_dst(const struct sk_buff *skb);
Arguments
skb
-
- buffer
Description
Returns skb dst_entry, regardless of reference taken or not.
skb_dst – returns skb dst_entry
struct dst_entry *skb_dst(const struct sk_buff *skb);
skb
Returns skb dst_entry, regardless of reference taken or not.