SKB_DST
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
 
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