Lines Matching refs:sk_buff
22 static int xfrm_output2(struct sock *sk, struct sk_buff *skb);
24 static int xfrm_skb_check_space(struct sk_buff *skb) in xfrm_skb_check_space()
41 static int xfrm_output_one(struct sk_buff *skb, int err) in xfrm_output_one()
120 int xfrm_output_resume(struct sk_buff *skb, int err) in xfrm_output_resume()
147 static int xfrm_output2(struct sock *sk, struct sk_buff *skb) in xfrm_output2()
152 static int xfrm_output_gso(struct sock *sk, struct sk_buff *skb) in xfrm_output_gso()
154 struct sk_buff *segs; in xfrm_output_gso()
166 struct sk_buff *nskb = segs->next; in xfrm_output_gso()
183 int xfrm_output(struct sock *sk, struct sk_buff *skb) in xfrm_output()
204 int xfrm_inner_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm_inner_extract_output()
219 void xfrm_local_error(struct sk_buff *skb, int mtu) in xfrm_local_error()