Searched refs:ip6_fragment (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv6/ |
| H A D | xfrm6_output.c | 105 return ip6_fragment(net, sk, skb, in __xfrm6_output()
|
| H A D | ip6_output.c | 172 ip6_fragment(net, sk, segs, ip6_finish_output2) : in ip6_finish_output_gso_slowpath_drop() 208 return ip6_fragment(net, sk, skb, ip6_finish_output2); in __ip6_finish_output() 887 int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip6_fragment() function 1079 EXPORT_SYMBOL_GPL(ip6_fragment);
|
| /linux/include/net/ |
| H A D | ip6_route.h | 291 int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, 294 static inline int ip6_fragment(struct net *net, struct sock *sk, in ip6_fragment() function
|
| /linux/net/bridge/ |
| H A D | br_netfilter_hooks.c | 913 ret = ip6_fragment(net, sk, skb, br_nf_push_frag_xmit); in br_nf_dev_queue_xmit()
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 814 ip6_fragment(net, skb->sk, skb, ovs_vport_output); in ovs_fragment()
|