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

/freebsd-10-stable/sys/netinet/
H A Dip_carp.h159 extern void (*carp_demote_adj_p)(int, char *);
H A Dip_carp.c2104 carp_demote_adj_p = NULL;
2125 carp_demote_adj_p = carp_demote_adj;
/freebsd-10-stable/sys/netpfil/pf/
H A Dif_pfsync.c368 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
369 (*carp_demote_adj_p)(-V_pfsync_carp_adj, "pfsync destroy");
1153 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
1154 (*carp_demote_adj_p)(-V_pfsync_carp_adj,
1404 if ((sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
1405 (*carp_demote_adj_p)(V_pfsync_carp_adj,
2147 if (!(sc->sc_flags & PFSYNCF_OK) && carp_demote_adj_p)
2148 (*carp_demote_adj_p)(-V_pfsync_carp_adj,
/freebsd-10-stable/sys/net/
H A Dif.c141 void (*carp_demote_adj_p)(int, char *); variable

Completed in 84 milliseconds