Searched refs:ip_fragment (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_var.h | 216 int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_var.h | 216 int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
|
| H A D | ip_fastfwd.c | 467 if (ip_fragment(ip, &m, nh->nh_mtu, in ip_tryforward()
|
| H A D | ip_output.c | 829 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 D | ip_mroute.c | 2402 if (ip_fragment(ip, &mb_copy, mtu, 0) != 0) { in pim_register_prepare()
|
| /f-stack/freebsd/net/ |
| H A D | if_bridge.c | 3576 error = ip_fragment(ip, &m, ifp->if_mtu, ifp->if_hwassist); in bridge_fragment()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 5602 error = ip_fragment(ip, &m0, ifp->if_mtu, ifp->if_hwassist); in pf_route()
|