Lines Matching refs:sk_buff
22 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb);
24 static int xfrm_skb_check_space(struct sk_buff *skb) in xfrm_skb_check_space()
45 static struct dst_entry *skb_dst_pop(struct sk_buff *skb) in skb_dst_pop()
53 static int xfrm_output_one(struct sk_buff *skb, int err) in xfrm_output_one()
132 int xfrm_output_resume(struct sk_buff *skb, int err) in xfrm_output_resume()
161 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output2()
166 static int xfrm_output_gso(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output_gso()
168 struct sk_buff *segs; in xfrm_output_gso()
180 struct sk_buff *nskb = segs->next; in xfrm_output_gso()
197 int xfrm_output(struct sock *sk, struct sk_buff *skb) in xfrm_output()
218 int xfrm_inner_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm_inner_extract_output()
233 void xfrm_local_error(struct sk_buff *skb, int mtu) in xfrm_local_error()