Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h798 #define TSO_IPV4_OK(_ifp, _m) \ macro
/xnu-11417.140.69/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-11417.140.69/bsd/net/
H A Dif_bridge.c10445 if (TSO_IPV4_OK(ifp, m0)) {
H A Dpf.c9345 if (ntohs(ip->ip_len) <= interface_mtu || TSO_IPV4_OK(ifp, m0) || in pf_route()