Searched refs:xfrm_output2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_output.c | 27 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb); 522 NULL, skb_dst(skb)->dev, xfrm_output2); in xfrm_output_resume() 535 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output2() function 557 err = xfrm_output2(net, sk, segs); in xfrm_output_gso() 628 return xfrm_output2(net, sk, skb); in xfrm_output()
|
/kernel/linux/linux-6.6/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()
|
Completed in 3 milliseconds