Home
last modified time | relevance | path

Searched refs:ip_defrag (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dip_defrag.sh41 ip netns exec "${NETNS}" ./ip_defrag -4
44 ip netns exec "${NETNS}" ./ip_defrag -4o
47 ip netns exec "${NETNS}" ./ip_defrag -6
50 ip netns exec "${NETNS}" ./ip_defrag -6o
56 ip netns exec "${NETNS}" ./ip_defrag -6
62 ip netns exec "${NETNS}" ./ip_defrag -6op
H A DMakefile50 ip_defrag.sh \
144 ip_defrag \
H A D.gitignore13 ip_defrag
/linux/net/ipv4/
H A Dip_fragment.c473 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_defrag() function
504 EXPORT_SYMBOL(ip_defrag);
539 if (ip_defrag(net, skb, user)) in ip_check_defrag()
/linux/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c32 err = ip_defrag(net, skb, user); in nf_ct_ipv4_gather_frags()
/linux/include/net/
H A Dip.h744 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user);
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c890 err = ip_defrag(ipvs->net, skb, user); in ip_vs_gather_frags()