Lines Matching refs:sk_buff
21 int (*orig_output)(struct net *net, struct sock *sk, struct sk_buff *skb);
22 int (*orig_input)(struct sk_buff *);
31 int (*output)(struct net *net, struct sock *sk, struct sk_buff *skb);
32 int (*input)(struct sk_buff *skb);
33 int (*fill_encap)(struct sk_buff *skb,
86 int lwtunnel_fill_encap(struct sk_buff *skb,
91 int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb);
92 int lwtunnel_input(struct sk_buff *skb);
141 static inline int lwtunnel_fill_encap(struct sk_buff *skb, in lwtunnel_fill_encap()
163 static inline int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb) in lwtunnel_output()
168 static inline int lwtunnel_input(struct sk_buff *skb) in lwtunnel_input()