Home
last modified time | relevance | path

Searched refs:ip6_fragment (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/
H A Dxfrm6_output.c105 return ip6_fragment(net, sk, skb, in __xfrm6_output()
H A Dip6_output.c172 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 Dip6_route.h291 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 Dbr_netfilter_hooks.c913 ret = ip6_fragment(net, sk, skb, br_nf_push_frag_xmit); in br_nf_dev_queue_xmit()
/linux/net/openvswitch/
H A Dactions.c814 ip6_fragment(net, skb->sk, skb, ovs_vport_output); in ovs_fragment()