Searched refs:xfrm_output2 (Results 1 – 1 of 1) sorted by relevance
/linux/net/xfrm/ |
H A D | xfrm_output.c | 28 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb); 602 NULL, skb_dst(skb)->dev, xfrm_output2); in xfrm_output_resume() 615 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output2() function 637 err = xfrm_output2(net, sk, segs); in xfrm_output_gso() 785 return xfrm_output2(net, sk, skb); in xfrm_output()
|