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

/freebsd-13-stable/sys/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,
H A Dip_output.c829 error = ip_fragment(ip, &m, mtu, ifp->if_hwassist);
874 ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu, function
H A Dip_mroute.c2402 if (ip_fragment(ip, &mb_copy, mtu, 0) != 0) {
/freebsd-13-stable/sys/net/
H A Dif_bridge.c3608 error = ip_fragment(ip, &m, ifp->if_mtu, ifp->if_hwassist);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c5628 error = ip_fragment(ip, &m0, ifp->if_mtu, ifp->if_hwassist);

Completed in 82 milliseconds