Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_bond.c2135 ifnet_offload_t port_ifp_offload; in bond_add_interface() local
2138 port_ifp_offload = ifnet_offload(port_ifp); in bond_add_interface()
2139 if (ifp_offload != port_ifp_offload) { in bond_add_interface()
2142 offload = ifp_offload & port_ifp_offload; in bond_add_interface()
2147 ifp_offload, port_ifp_offload, offload); in bond_add_interface()