Searched refs:PF_BRIDGE (Results 1 – 3 of 3) sorted by relevance
315 #define PF_BRIDGE ((uint32_t)0x62726467) /* 'brdg' */ macro
1615 error = ifnet_attach_protocol_v2(ifp, PF_BRIDGE, ®); in bridge_interface_attach_protocol()1627 (void)ifnet_detach_protocol(ifp, PF_BRIDGE); in bridge_interface_detach_protocol()2656 error = ifnet_attach_protocol(ifp, PF_BRIDGE, ®); in bridge_attach_protocol()2672 error = ifnet_detach_protocol(ifp, PF_BRIDGE); in bridge_detach_protocol()
4442 if (IFNET_IS_VMNET(ifp) && proto->protocol_family != PF_BRIDGE) { in dlil_attach_protocol()