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