Searched refs:ip_fragment (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | Makefile | 7 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
|
H A D | ip_output.c | 87 ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, 288 err = ip_fragment(net, sk, segs, mtu, ip_finish_output2); in ip_finish_output_gso() 313 return ip_fragment(net, sk, skb, mtu, ip_finish_output2); in __ip_finish_output() 582 static int ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_fragment() function
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | Makefile | 7 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
|
H A D | ip_output.c | 88 ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, 284 err = ip_fragment(net, sk, segs, mtu, ip_finish_output2); in ip_finish_output_gso() 309 return ip_fragment(net, sk, skb, mtu, ip_finish_output2); in __ip_finish_output() 575 static int ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_fragment() function
|
Completed in 5 milliseconds