Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/net/ipv6/
H A Doutput_core.c151 dst_output); in __ip6_local_out()
161 err = dst_output(net, sk, skb); in ip6_local_out()
H A Dxfrm6_output.c78 return dst_output(net, sk, skb); in __xfrm6_output()
H A Drpl_iptunnel.c254 return dst_output(net, sk, skb); in rpl_output()
H A Dseg6_iptunnel.c401 return dst_output(net, sk, skb); in seg6_output()
H A Dip6_output.c203 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 Doutput_core.c145 dst_output); in __ip6_local_out()
155 err = dst_output(net, sk, skb); in ip6_local_out()
H A Dxfrm6_output.c71 return dst_output(net, sk, skb); in __xfrm6_output()
H A Dseg6_iptunnel.c574 NULL, skb_dst(skb)->dev, dst_output); in seg6_output_core()
576 return dst_output(net, sk, skb); in seg6_output_core()
H A Drpl_iptunnel.c249 return dst_output(net, sk, skb); in rpl_output()
H A Dioam6_iptunnel.c384 return dst_output(net, sk, skb); in ioam6_output()
H A Dip6_output.c187 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 Dxfrm4_output.c24 return dst_output(net, sk, skb); in __xfrm4_output()
H A Dip_forward.c83 return dst_output(net, sk, skb); in ip_forward_finish()
H A Dip_output.c117 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 Dxfrm4_output.c24 return dst_output(net, sk, skb); in __xfrm4_output()
H A Dip_forward.c82 return dst_output(net, sk, skb); in ip_forward_finish()
H A Dip_output.c118 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 Dila_lwt.c94 return dst_output(net, sk, skb); in ila_output()
/kernel/linux/linux-6.6/net/ipv6/ila/
H A Dila_lwt.c94 return dst_output(net, sk, skb); in ila_output()
/kernel/linux/linux-5.10/drivers/net/
H A Dvrf.c448 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 Dvrf.c440 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 Ddst.h434 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 Ddst.h456 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 Dnndisc.c325 ret = dst_output(dev_net(skb->dev), sk, skb); in nndisc_send_skb()
H A Dnip_output.c112 err = dst_output(net, sk, skb); in nip_local_out()

Completed in 25 milliseconds

123