Lines Matching refs:sk_buff
152 int (*output)(struct neighbour *, struct sk_buff *);
161 void (*solicit)(struct neighbour *, struct sk_buff *);
162 void (*error_report)(struct neighbour *, struct sk_buff *);
163 int (*output)(struct neighbour *, struct sk_buff *);
164 int (*connected_output)(struct neighbour *, struct sk_buff *);
201 void (*proxy_redo)(struct sk_buff *skb);
315 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb);
320 int neigh_resolve_output(struct neighbour *neigh, struct sk_buff *skb);
321 int neigh_connected_output(struct neighbour *neigh, struct sk_buff *skb);
322 int neigh_direct_output(struct neighbour *neigh, struct sk_buff *skb);
340 struct sk_buff *skb);
359 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
423 static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in neigh_event_send()
435 static inline int neigh_hh_bridge(struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_bridge()
448 static inline int neigh_hh_output(const struct hh_cache *hh, struct sk_buff *skb) in neigh_hh_output()