Home
last modified time | relevance | path

Searched refs:carp_demote_adj (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
Dip_carp.c314 static void carp_demote_adj(int, char *);
775 carp_demote_adj(V_carp_senderr_adj, msg); in carp_send_ad_error()
785 carp_demote_adj(-V_carp_senderr_adj, msg); in carp_send_ad_error()
1551 carp_demote_adj(-V_carp_ifdown_adj, "vhid removed"); in carp_destroy()
2014 carp_demote_adj(V_carp_ifdown_adj, "interface down"); in carp_sc_state()
2020 carp_demote_adj(-V_carp_ifdown_adj, "interface up"); in carp_sc_state()
2026 carp_demote_adj(int adj, char *reason) in carp_demote_adj() function
2043 carp_demote_adj(new, "sysctl"); in carp_demote_adj_sysctl()
2125 carp_demote_adj_p = carp_demote_adj; in carp_mod_load()