Lines Matching refs:sk_buff
31 struct sk_buff;
47 int (*input)(struct sk_buff *);
48 int (*output)(struct net *net, struct sock *sk, struct sk_buff *skb);
290 static inline void skb_dst_drop(struct sk_buff *skb) in skb_dst_drop()
298 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) in __skb_dst_copy()
305 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) in skb_dst_copy()
316 static inline void skb_dst_force(struct sk_buff *skb) in skb_dst_force()
346 static inline void skb_dst_force_safe(struct sk_buff *skb) in skb_dst_force_safe()
368 static inline void __skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev, in __skb_tunnel_rx()
392 static inline void skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev, in skb_tunnel_rx()
401 int dst_discard_out(struct net *net, struct sock *sk, struct sk_buff *skb);
402 static inline int dst_discard(struct sk_buff *skb) in dst_discard()
438 struct sk_buff *skb) in dst_neigh_output()
465 struct sk_buff *skb) in dst_neigh_lookup_skb()
471 static inline void dst_link_failure(struct sk_buff *skb) in dst_link_failure()
490 static inline int dst_output(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_output()
496 static inline int dst_input(struct sk_buff *skb) in dst_input()