Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_bond.c1648 if ((ifnet_eflags(port_ifp) & IFEF_BOND) == 0) { in bond_receive_lacpdu()
1728 if ((ifnet_eflags(port_ifp) & IFEF_BOND) == 0) { in bond_receive_la_marker_pdu()
1823 if ((ifnet_eflags(port_ifp) & IFEF_BOND) == 0) { in bond_input_packet_list()
2173 if ((ifnet_eflags(port_ifp) & (IFEF_VLAN | IFEF_BOND)) != 0) { in bond_add_interface()
2180 eflags = if_set_eflags(port_ifp, IFEF_BOND); in bond_add_interface()
2183 if_clear_eflags(port_ifp, IFEF_BOND); in bond_add_interface()
2427 if_clear_eflags(ifp, IFEF_BOND); in bond_add_interface()
2608 if_clear_eflags(port_ifp, IFEF_BOND); in bond_remove_interface()
H A Dether_if_module.c498 if ((ifnet_eflags(ifp) & IFEF_BOND) != 0) { in ether_demux()
H A Dif_private.h104 #define IFEF_BOND 0x00000400 /* interface is part of bond */ macro
H A Dif_vlan.c1315 if ((ifnet_eflags(p) & IFEF_BOND) != 0) { in vlan_config()
1321 if ((eflags & IFEF_BOND) != 0) { in vlan_config()