Searched refs:detach_error (Results 1 – 2 of 2) sorted by relevance
1171 errno_t detach_error = 0; in utun_flowswitch_attach() local1172 if ((detach_error = ifnet_detach(pcb->utun_ifp)) != 0) { in utun_flowswitch_attach()1173 panic("utun_flowswitch_attach - ifnet_detach failed: %d", detach_error); in utun_flowswitch_attach()
2215 errno_t detach_error = 0; in ipsec_flowswitch_attach() local2216 if ((detach_error = ifnet_detach(pcb->ipsec_ifp)) != 0) { in ipsec_flowswitch_attach()2217 panic("ipsec_flowswitch_attach - ifnet_detach failed: %d", detach_error); in ipsec_flowswitch_attach()