Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_carp.c2802 uint8_t vrrp_prio; member
2818 { .type = CARP_NL_VRRP_PRIORITY, .off = _OUT(vrrp_prio), .cb = nlattr_get_uint8 },
2935 carpr.carpr_vrrp_priority = attrs.vrrp_prio; in carp_nl_set()