Home
last modified time | relevance | path

Searched refs:dst_output (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/net/ipv6/
A Doutput_core.c145 dst_output); in __ip6_local_out()
155 err = dst_output(net, sk, skb); in ip6_local_out()
A Dxfrm6_output.c71 return dst_output(net, sk, skb); in __xfrm6_output()
A Dseg6_iptunnel.c575 NULL, skb_dst(skb)->dev, dst_output); in seg6_output_core()
577 return dst_output(net, sk, skb); in seg6_output_core()
A Drpl_iptunnel.c249 return dst_output(net, sk, skb); in rpl_output()
A Dioam6_iptunnel.c384 return dst_output(net, sk, skb); in ioam6_output()
A Dip6_output.c180 return dst_output(net, sk, skb); in __ip6_finish_output()
345 dst_output); in ip6_xmit()
463 return dst_output(net, sk, skb); in ip6_forward_finish()
A Dip6_vti.c539 err = dst_output(t->net, skb->sk, skb); in vti6_xmit()
A Draw.c660 NULL, rt->dst.dev, dst_output); in rawv6_send_hdrinc()
A Dmcast.c1822 dst_output); in mld_sendpack()
2204 dst_output); in igmp6_send()
A Dndisc.c510 dst_output); in ndisc_send_skb()
A Dip6mr.c2023 return dst_output(net, sk, skb); in ip6mr_forward2_finish()
/linux-6.3-rc2/net/ipv4/
A Dxfrm4_output.c24 return dst_output(net, sk, skb); in __xfrm4_output()
A Dip_forward.c83 return dst_output(net, sk, skb); in ip_forward_finish()
A Dip_output.c117 dst_output); in __ip_local_out()
126 err = dst_output(net, sk, skb); in ip_local_out()
296 return dst_output(net, sk, skb); in __ip_finish_output()
A Dip_vti.c261 err = dst_output(tunnel->net, skb->sk, skb); in vti_xmit()
A Draw.c406 dst_output); in raw_send_hdrinc()
A Dipmr.c1797 return dst_output(net, sk, skb); in ipmr_forward_finish()
/linux-6.3-rc2/net/ipv6/ila/
A Dila_lwt.c94 return dst_output(net, sk, skb); in ila_output()
/linux-6.3-rc2/drivers/net/
A Dvrf.c450 sk, skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip6_local_out()
453 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()
/linux-6.3-rc2/include/net/
A Ddst.h442 static inline int dst_output(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_output() function
/linux-6.3-rc2/net/core/
A Dlwt_bpf.c256 err = dst_output(dev_net(skb_dst(skb)->dev), skb->sk, skb); in bpf_lwt_xmit_reroute()
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_xmit.c657 NULL, skb_dst(skb)->dev, dst_output); in ip_vs_nat_send_or_cont()
679 NULL, skb_dst(skb)->dev, dst_output); in ip_vs_send_or_cont()
/linux-6.3-rc2/net/netfilter/
A Dnf_flow_table_ip.c266 dst_output(state->net, state->sk, skb); in nf_flow_xmit_xfrm()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_output.c595 return dst_output(net, sk, skb); in xfrm_output_resume()
A Dxfrm_interface_core.c510 err = dst_output(xi->net, skb->sk, skb); in xfrmi_xmit2()

Completed in 59 milliseconds

12