Searched refs:ip_output (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | Makefile | 8 ip_output.o ip_sockglue.o inet_hashtables.o \
|
H A D | ip_output.c | 430 int ip_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_output() function
|
H A D | route.c | 1685 rt->dst.output = ip_output; in rt_dst_alloc()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | Makefile | 8 ip_output.o ip_sockglue.o inet_hashtables.o \
|
H A D | ip_output.c | 424 int ip_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_output() function 436 EXPORT_SYMBOL(ip_output); variable
|
H A D | route.c | 1650 rt->dst.output = ip_output; in rt_dst_alloc()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 453 INDIRECT_CALLABLE_DECLARE(int ip_output(struct net *, struct sock *, 459 ip6_output, ip_output, in dst_output()
|
H A D | ip.h | 168 int ip_output(struct net *net, struct sock *sk, struct sk_buff *skb);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 167 int ip_output(struct net *net, struct sock *sk, struct sk_buff *skb);
|
Completed in 17 milliseconds