/kernel/linux/linux-5.10/net/ipv6/ |
H A D | output_core.c | 151 dst_output); in __ip6_local_out() 161 err = dst_output(net, sk, skb); in ip6_local_out()
|
H A D | xfrm6_output.c | 78 return dst_output(net, sk, skb); in __xfrm6_output()
|
H A D | rpl_iptunnel.c | 254 return dst_output(net, sk, skb); in rpl_output()
|
H A D | seg6_iptunnel.c | 401 return dst_output(net, sk, skb); in seg6_output()
|
H A D | ip6_output.c | 203 return dst_output(net, sk, skb); in __ip6_finish_output() 355 dst_output); in ip6_xmit() 473 return dst_output(net, sk, skb); in ip6_forward_finish()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | output_core.c | 145 dst_output); in __ip6_local_out() 155 err = dst_output(net, sk, skb); in ip6_local_out()
|
H A D | xfrm6_output.c | 71 return dst_output(net, sk, skb); in __xfrm6_output()
|
H A D | seg6_iptunnel.c | 574 NULL, skb_dst(skb)->dev, dst_output); in seg6_output_core() 576 return dst_output(net, sk, skb); in seg6_output_core()
|
H A D | rpl_iptunnel.c | 249 return dst_output(net, sk, skb); in rpl_output()
|
H A D | ioam6_iptunnel.c | 384 return dst_output(net, sk, skb); in ioam6_output()
|
H A D | ip6_output.c | 187 return dst_output(net, sk, skb); in __ip6_finish_output() 352 dst_output); in ip6_xmit() 469 return dst_output(net, sk, skb); in ip6_forward_finish()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | xfrm4_output.c | 24 return dst_output(net, sk, skb); in __xfrm4_output()
|
H A D | ip_forward.c | 83 return dst_output(net, sk, skb); in ip_forward_finish()
|
H A D | ip_output.c | 117 dst_output); in __ip_local_out() 126 err = dst_output(net, sk, skb); in ip_local_out() 305 return dst_output(net, sk, skb); in __ip_finish_output()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | xfrm4_output.c | 24 return dst_output(net, sk, skb); in __xfrm4_output()
|
H A D | ip_forward.c | 82 return dst_output(net, sk, skb); in ip_forward_finish()
|
H A D | ip_output.c | 118 dst_output); in __ip_local_out() 127 err = dst_output(net, sk, skb); in ip_local_out() 301 return dst_output(net, sk, skb); in __ip_finish_output()
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_lwt.c | 94 return dst_output(net, sk, skb); in ila_output()
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_lwt.c | 94 return dst_output(net, sk, skb); in ila_output()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 448 sk, skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip6_local_out() 451 err = dst_output(net, sk, skb); in vrf_ip6_local_out() 530 skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip_local_out() 532 err = dst_output(net, sk, skb); in vrf_ip_local_out()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 440 sk, skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip6_local_out() 443 err = dst_output(net, sk, skb); in vrf_ip6_local_out() 520 skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip_local_out() 522 err = dst_output(net, sk, skb); in vrf_ip_local_out()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 434 static inline int dst_output(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_output() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 456 static inline int dst_output(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_output() function
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nndisc.c | 325 ret = dst_output(dev_net(skb->dev), sk, skb); in nndisc_send_skb()
|
H A D | nip_output.c | 112 err = dst_output(net, sk, skb); in nip_local_out()
|