Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dip_vs.h395 IPVS_DEST_ATTR_U_THRESH, /* upper threshold */ enumerator
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_ctl.c2995 [IPVS_DEST_ATTR_U_THRESH] = { .type = NLA_U32 },
3313 nla_put_u32(skb, IPVS_DEST_ATTR_U_THRESH, dest->u_threshold) || in ip_vs_genl_fill_dest()
3438 nla_u_thresh = attrs[IPVS_DEST_ATTR_U_THRESH]; in ip_vs_genl_parse_dest()