| /linux-6.15/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 | 606 NULL, skb_dst(skb)->dev, dst_output); in seg6_output_core() 608 return dst_output(net, sk, skb); in seg6_output_core()
|
| H A D | rpl_iptunnel.c | 253 return dst_output(net, sk, skb); in rpl_output()
|
| H A D | ioam6_iptunnel.c | 428 return dst_output(net, sk, skb); in ioam6_output()
|
| H A D | ip6_output.c | 203 return dst_output(net, sk, skb); in __ip6_finish_output() 368 dst_output); in ip6_xmit() 480 return dst_output(net, sk, skb); in ip6_forward_finish()
|
| H A D | raw.c | 662 NULL, rt->dst.dev, dst_output); in rawv6_send_hdrinc()
|
| H A D | ip6_vti.c | 534 err = dst_output(t->net, skb->sk, skb); in vti6_xmit()
|
| H A D | mcast.c | 1870 dst_output); in mld_sendpack() 2250 dst_output); in igmp6_send()
|
| H A D | ndisc.c | 515 dst_output); in ndisc_send_skb()
|
| H A D | ip6mr.c | 2031 return dst_output(net, sk, skb); in ip6mr_forward2_finish()
|
| /linux-6.15/net/ipv4/ |
| H A D | xfrm4_output.c | 24 return dst_output(net, sk, skb); in __xfrm4_output()
|
| H A D | ip_forward.c | 80 return dst_output(net, sk, skb); in ip_forward_finish()
|
| H A D | ip_output.c | 120 dst_output); in __ip_local_out() 129 err = dst_output(net, sk, skb); in ip_local_out() 303 return dst_output(net, sk, skb); in __ip_finish_output()
|
| H A D | ip_vti.c | 264 err = dst_output(tunnel->net, skb->sk, skb); in vti_xmit()
|
| H A D | raw.c | 414 dst_output); in raw_send_hdrinc()
|
| H A D | ipmr.c | 1829 return dst_output(net, sk, skb); in ipmr_forward_finish()
|
| /linux-6.15/net/ipv6/ila/ |
| H A D | ila_lwt.c | 101 return dst_output(net, sk, skb); in ila_output()
|
| /linux-6.15/drivers/net/ |
| H A D | vrf.c | 405 sk, skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip6_local_out() 408 err = dst_output(net, sk, skb); in vrf_ip6_local_out() 485 skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip_local_out() 487 err = dst_output(net, sk, skb); in vrf_ip_local_out()
|
| /linux-6.15/include/net/ |
| H A D | dst.h | 457 static inline int dst_output(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_output() function
|
| /linux-6.15/net/core/ |
| H A D | lwt_bpf.c | 260 err = dst_output(dev_net(skb_dst(skb)->dev), skb->sk, skb); in bpf_lwt_xmit_reroute()
|
| /linux-6.15/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 646 NULL, skb_dst(skb)->dev, dst_output); in ip_vs_nat_send_or_cont() 668 NULL, skb_dst(skb)->dev, dst_output); in ip_vs_send_or_cont()
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 276 dst_output(state->net, state->sk, skb); in nf_flow_xmit_xfrm()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_output.c | 598 return dst_output(net, sk, skb); in xfrm_output_resume()
|
| H A D | xfrm_interface_core.c | 508 err = dst_output(xi->net, skb_to_full_sk(skb), skb); in xfrmi_xmit2()
|