Searched refs:detach_error (Results 1 – 2 of 2) sorted by relevance
1179 errno_t detach_error = 0; in utun_flowswitch_attach() local1180 if ((detach_error = ifnet_detach(pcb->utun_ifp)) != 0) { in utun_flowswitch_attach()1181 panic("utun_flowswitch_attach - ifnet_detach failed: %d", detach_error); in utun_flowswitch_attach()
2130 errno_t detach_error = 0; in ipsec_flowswitch_attach() local2131 if ((detach_error = ifnet_detach(pcb->ipsec_ifp)) != 0) { in ipsec_flowswitch_attach()2132 panic("ipsec_flowswitch_attach - ifnet_detach failed: %d", detach_error); in ipsec_flowswitch_attach()