Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dip_vs.h417 #define IPVS_DEST_ATTR_MAX (__IPVS_DEST_ATTR_MAX - 1) macro
/linux-5.19.10/net/netfilter/ipvs/
Dip_vs_ctl.c2989 static const struct nla_policy ip_vs_dest_policy[IPVS_DEST_ATTR_MAX + 1] = {
3404 struct nlattr *attrs[IPVS_DEST_ATTR_MAX + 1]; in ip_vs_genl_parse_dest()
3410 nla_parse_nested_deprecated(attrs, IPVS_DEST_ATTR_MAX, nla, ip_vs_dest_policy, NULL)) in ip_vs_genl_parse_dest()