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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h208 @typedef ifnet_offload_t
211 typedef u_int32_t ifnet_offload_t; typedef
1656 extern errno_t ifnet_set_offload(ifnet_t interface, ifnet_offload_t offload);
1663 @result Abilities flags, see ifnet_offload_t.
1665 extern ifnet_offload_t ifnet_offload(ifnet_t interface);
H A Dkpi_interface.c680 static const ifnet_offload_t offload_mask =
686 static const ifnet_offload_t any_offload_csum =
691 ifnet_set_offload(ifnet_t interface, ifnet_offload_t offload)
722 ifnet_offload_t
H A Dif_bond.c2050 ifnet_offload_t ifp_offload;
2051 ifnet_offload_t port_ifp_offload;
2056 ifnet_offload_t offload;
H A Dif_vlan.c1307 ifnet_offload_t offload;

Completed in 30 milliseconds