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

/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c841 if (ifnet_offload(p)
1114 soft_vlan = (ifnet_offload(p) & IF_HWASSIST_VLAN_TAGGING) == 0;
1448 offload = ifnet_offload(p) & ~(IFNET_VLAN_TAGGING | IFNET_VLAN_MTU);
H A Dkpi_interface.h1659 @function ifnet_offload
1665 extern ifnet_offload_t ifnet_offload(ifnet_t interface);
H A Dif_bond.c2044 ifnet_set_offload(ifp, ifnet_offload(port_ifp));
2053 ifp_offload = ifnet_offload(ifp);
2054 port_ifp_offload = ifnet_offload(port_ifp);
H A Dkpi_interface.c723 ifnet_offload(ifnet_t interface) function

Completed in 94 milliseconds