Home
last modified time | relevance | path

Searched refs:TSO_IPV4_OK (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h806 #define TSO_IPV4_OK(_ifp, _m) \ macro
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c1651 if ((u_short)ip->ip_len <= interface_mtu || TSO_IPV4_OK(ifp, m) || in ip_output_list()
/xnu-12377.41.6/bsd/net/
H A Dif_bridge.c10485 if (TSO_IPV4_OK(ifp, m0)) {
H A Dpf.c9356 if (ntohs(ip->ip_len) <= interface_mtu || TSO_IPV4_OK(ifp, m0) || in pf_route()