Searched refs:carp_demote_adj_p (Results 1 – 5 of 5) sorted by relevance
161 extern void (*carp_demote_adj_p)(int, char *);
2224 carp_demote_adj_p = NULL; in carp_mod_cleanup()2247 carp_demote_adj_p = carp_demote_adj; in carp_mod_load()
425 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p) in pfsync_clone_destroy()426 (*carp_demote_adj_p)(-V_pfsync_carp_adj, "pfsync destroy"); in pfsync_clone_destroy()1218 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p) in pfsync_in_bus()1219 (*carp_demote_adj_p)(-V_pfsync_carp_adj, in pfsync_in_bus()1474 if ((sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p) in pfsyncioctl()1475 (*carp_demote_adj_p)(V_pfsync_carp_adj, in pfsyncioctl()2254 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p) in pfsync_bulk_fail()2255 (*carp_demote_adj_p)(-V_pfsync_carp_adj, in pfsync_bulk_fail()
234 void (*carp_demote_adj_p)(int, char *); variable