Searched refs:detach_error (Results 1 – 2 of 2) sorted by relevance
1172 errno_t detach_error = 0; in utun_flowswitch_attach() local1173 if ((detach_error = ifnet_detach(pcb->utun_ifp)) != 0) { in utun_flowswitch_attach()1174 panic("utun_flowswitch_attach - ifnet_detach failed: %d", detach_error); in utun_flowswitch_attach()
2216 errno_t detach_error = 0; in ipsec_flowswitch_attach() local2217 if ((detach_error = ifnet_detach(pcb->ipsec_ifp)) != 0) { in ipsec_flowswitch_attach()2218 panic("ipsec_flowswitch_attach - ifnet_detach failed: %d", detach_error); in ipsec_flowswitch_attach()