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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h347 extern int ip_fragment(struct mbuf *, struct ifnet *, unsigned long, int);
H A Dip_output.c1766 error = ip_fragment(m, ifp, ifp->if_mtu, sw_csum);
1829 ip_fragment(struct mbuf *m, struct ifnet *ifp, unsigned long mtu, int sw_csum) function
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c5162 error = ip_fragment(ip, &m, ifp->if_mtu, ifp->if_hwassist,
H A Dpf.c7786 /* PR-8933605: send ip_len,ip_off to ip_fragment in host byte order */
7791 error = ip_fragment(m0, ifp, ifp->if_mtu, sw_csum);

Completed in 43 milliseconds