Searched refs:carp_demote_adj_p (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dip_carp.h161 extern void (*carp_demote_adj_p)(int, char *);
H A Dip_carp.c2226 carp_demote_adj_p = NULL;
2249 carp_demote_adj_p = carp_demote_adj;
/freebsd-12-stable/sys/netpfil/pf/
H A Dif_pfsync.c425 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
426 (*carp_demote_adj_p)(-V_pfsync_carp_adj, "pfsync destroy");
1217 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
1218 (*carp_demote_adj_p)(-V_pfsync_carp_adj,
1473 if ((sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
1474 (*carp_demote_adj_p)(V_pfsync_carp_adj,
2252 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
2253 (*carp_demote_adj_p)(-V_pfsync_carp_adj,
/freebsd-12-stable/sys/net/
H A Dif.c233 void (*carp_demote_adj_p)(int, char *); variable

Completed in 127 milliseconds