Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dxfrm4_output.c24 return dst_output(net, sk, skb); in __xfrm4_output()
H A Dip_forward.c80 return dst_output(net, sk, skb); in ip_forward_finish()
H A Dip_output.c122 dst_output); in __ip_local_out()
131 err = dst_output(net, sk, skb); in ip_local_out()
304 return dst_output(net, sk, skb); in __ip_finish_output()
H A Dip_vti.c264 err = dst_output(tunnel->net, skb->sk, skb); in vti_xmit()
H A Draw.c421 dst_output); in raw_send_hdrinc()
H A Dipmr.c1875 return dst_output(net, sk, skb); in ipmr_forward_finish()
/linux/net/ipv6/
H A Dxfrm6_output.c77 return dst_output(net, sk, skb); in __xfrm6_output()
H A Drpl_iptunnel.c253 return dst_output(net, sk, skb); in rpl_output()
H A Dseg6_iptunnel.c714 NULL, dst_dev(dst), dst_output); in seg6_output_core()
716 return dst_output(net, sk, skb); in seg6_output_core()
H A Dioam6_iptunnel.c448 return dst_output(net, sk, skb); in ioam6_output()
H A Dip6_output.c198 return dst_output(net, sk, skb); in __ip6_finish_output()
383 dst_output); in ip6_xmit()
500 return dst_output(net, sk, skb); in ip6_forward_finish()
H A Draw.c664 NULL, rt->dst.dev, dst_output); in rawv6_send_hdrinc()
H A Dip6_vti.c536 err = dst_output(t->net, skb->sk, skb); in vti6_xmit()
H A Dmcast.c1892 dst_output); in mld_sendpack()
2272 dst_output); in igmp6_send()
H A Dndisc.c515 dst_output); in ndisc_send_skb()
H A Dip6mr.c2075 return dst_output(net, sk, skb); in ip6mr_forward2_finish()
/linux/net/ipv6/ila/
H A Dila_lwt.c101 return dst_output(net, sk, skb); in ila_output()
/linux/drivers/net/
H A Dvrf.c403 sk, skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip6_local_out()
406 err = dst_output(net, sk, skb); in vrf_ip6_local_out()
483 skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip_local_out()
485 err = dst_output(net, sk, skb); in vrf_ip_local_out()
/linux/include/net/
H A Ddst.h469 static inline int dst_output(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_output() function
/linux/net/core/
H A Dlwt_bpf.c266 err = dst_output(dev_net(skb_dst(skb)->dev), skb->sk, skb); in bpf_lwt_xmit_reroute()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c689 NULL, skb_dst(skb)->dev, dst_output); in ip_vs_nat_send_or_cont()
711 NULL, skb_dst(skb)->dev, dst_output); in ip_vs_send_or_cont()
/linux/net/xfrm/
H A Dxfrm_output.c605 return dst_output(net, sk, skb); in xfrm_output_resume()
H A Dxfrm_interface_core.c508 err = dst_output(xi->net, skb_to_full_sk(skb), skb); in xfrmi_xmit2()
H A Dxfrm_policy.c2970 dst_output(net, skb_to_full_sk(skb), skb); in xfrm_policy_queue_process()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c305 dst_output(state->net, state->sk, skb); in nf_flow_xmit_xfrm()