Searched refs:ip6_output (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | Makefile | 8 ipv6-objs := af_inet6.o anycast.o ip6_output.o ip6_input.o addrconf.o \
|
H A D | ip6_output.c | 235 int ip6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_output() function
|
H A D | route.c | 1091 rt->dst.output = ip6_output; in ip6_rt_init_dst() 3172 rt->dst.output = ip6_output; in icmp6_dst_alloc()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | Makefile | 8 ipv6-y := af_inet6.o anycast.o ip6_output.o ip6_input.o addrconf.o \
|
H A D | ip6_output.c | 220 int ip6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_output() function 239 EXPORT_SYMBOL(ip6_output); variable
|
H A D | route.c | 1094 rt->dst.output = ip6_output; in ip6_rt_init_dst() 3271 rt->dst.output = ip6_output; in icmp6_dst_alloc()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 451 INDIRECT_CALLABLE_DECLARE(int ip6_output(struct net *, struct sock *, 459 ip6_output, ip_output, in dst_output()
|
H A D | ipv6.h | 1149 int ip6_output(struct net *net, struct sock *sk, struct sk_buff *skb);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 1041 int ip6_output(struct net *net, struct sock *sk, struct sk_buff *skb);
|
Completed in 32 milliseconds