Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dip_vs.h396 IPVS_DEST_ATTR_L_THRESH, /* lower threshold */ enumerator
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_ctl.c2996 [IPVS_DEST_ATTR_L_THRESH] = { .type = NLA_U32 },
3314 nla_put_u32(skb, IPVS_DEST_ATTR_L_THRESH, dest->l_threshold) || in ip_vs_genl_fill_dest()
3439 nla_l_thresh = attrs[IPVS_DEST_ATTR_L_THRESH]; in ip_vs_genl_parse_dest()