Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_var.h216 int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
/f-stack/freebsd/netinet/
H A Dip_var.h216 int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
H A Dip_fastfwd.c467 if (ip_fragment(ip, &m, nh->nh_mtu, in ip_tryforward()
H A Dip_output.c829 error = ip_fragment(ip, &m, mtu, ifp->if_hwassist); in ip_output()
874 ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu, in ip_fragment() function
H A Dip_mroute.c2402 if (ip_fragment(ip, &mb_copy, mtu, 0) != 0) { in pim_register_prepare()
/f-stack/freebsd/net/
H A Dif_bridge.c3576 error = ip_fragment(ip, &m, ifp->if_mtu, ifp->if_hwassist); in bridge_fragment()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5602 error = ip_fragment(ip, &m0, ifp->if_mtu, ifp->if_hwassist); in pf_route()