Home
last modified time | relevance | path

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

12

/linux/net/ipv6/
A Doutput_core.c151 dst_output); in __ip6_local_out()
161 err = dst_output(net, sk, skb); in ip6_local_out()
A Dxfrm6_output.c58 return dst_output(net, sk, skb); in __xfrm6_output()
A Dseg6_iptunnel.c440 NULL, skb_dst(skb)->dev, dst_output); in seg6_output_core()
442 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.c341 return dst_output(net, sk, skb); in ioam6_output()
A Dip6_output.c178 return dst_output(net, sk, skb); in __ip6_finish_output()
326 dst_output); in ip6_xmit()
444 return dst_output(net, sk, skb); in ip6_forward_finish()
A Dip6_vti.c540 err = dst_output(t->net, skb->sk, skb); in vti6_xmit()
A Draw.c688 NULL, rt->dst.dev, dst_output); in rawv6_send_hdrinc()
A Dmcast.c1828 dst_output); in mld_sendpack()
2210 dst_output); in igmp6_send()
A Dndisc.c510 dst_output); in ndisc_send_skb()
A Dip6mr.c1994 return dst_output(net, sk, skb); in ip6mr_forward2_finish()
/linux/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()
289 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.c431 dst_output); in raw_send_hdrinc()
/linux/net/decnet/
A Ddn_nsp_out.c80 dst_output(&init_net, skb->sk, skb); in dn_nsp_send()
563 dst_output(&init_net, skb->sk, skb); in dn_nsp_do_disc()
/linux/net/ipv6/ila/
A Dila_lwt.c94 return dst_output(net, sk, skb); in ila_output()
/linux/drivers/net/
A Dvrf.c449 sk, skb, NULL, skb_dst(skb)->dev, dst_output); in vrf_ip6_local_out()
452 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/include/net/
A Ddst.h448 static inline int dst_output(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_output() function
/linux/net/core/
A Dlwt_bpf.c257 err = dst_output(dev_net(skb_dst(skb)->dev), skb->sk, skb); in bpf_lwt_xmit_reroute()
/linux/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/net/netfilter/
A Dnf_flow_table_ip.c238 dst_output(state->net, state->sk, skb); in nf_flow_xmit_xfrm()
/linux/net/xfrm/
A Dxfrm_output.c595 return dst_output(net, sk, skb); in xfrm_output_resume()
A Dxfrm_interface.c324 err = dst_output(xi->net, skb->sk, skb); in xfrmi_xmit2()

Completed in 52 milliseconds

12