Searched defs:dst_entry (Results 1 – 1 of 1) sorted by relevance
32 struct dst_entry { struct34 struct dst_entry *child; argument39 struct dst_entry *path; argument40 struct neighbour __rcu *_neighbour;42 struct xfrm_state *xfrm;44 void *__pad1;46 int (*input)(struct sk_buff*);47 int (*output)(struct sk_buff*);49 int flags;58 short error;[all …]