Searched refs:notifyp (Results 1 – 1 of 1) sorted by relevance
1158 ifnet_get_detach_notify_locked(ifnet_t ifp, ifnet_detach_notify_cb_t *notifyp, void **argp) in ifnet_get_detach_notify_locked() argument1161 *notifyp = ifp->if_detach_notify; in ifnet_get_detach_notify_locked()1176 ifnet_get_detach_notify(ifnet_t ifp, ifnet_detach_notify_cb_t *notifyp, void **argp) in ifnet_get_detach_notify() argument1179 ifnet_get_detach_notify_locked(ifp, notifyp, argp); in ifnet_get_detach_notify()