skb_dst (9) - Linux Manuals
skb_dst: returns skb dst_entry
Command to display skb_dst
manual in Linux: $ man 9 skb_dst
NAME
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.
COPYRIGHT