Home
last modified time | relevance | path

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

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