Searched refs:ip_fragment (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dip_var.h209 int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
H A Dip_fastfwd.c409 if (ip_fragment(ip, &m, nh.nh_mtu,
H A Dip_output.c672 error = ip_fragment(ip, &m, mtu, ifp->if_hwassist);
733 ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu, function
H A Dip_mroute.c2406 if (ip_fragment(ip, &mb_copy, mtu, 0) != 0) {
/freebsd-11-stable/sys/net/
H A Dif_bridge.c3516 error = ip_fragment(ip, &m, ifp->if_mtu, ifp->if_hwassist);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c5627 error = ip_fragment(ip, &m0, ifp->if_mtu, ifp->if_hwassist);

Completed in 191 milliseconds