Searched refs:IFLA_IPTUN_MAX (Results 1 – 4 of 4) sorted by relevance
53 static struct nla_policy ipip_policy[IFLA_IPTUN_MAX + 1] = {82 struct nlattr *tb[IFLA_IPTUN_MAX + 1]; in ipip_parse()88 err = nla_parse_nested(tb, IFLA_IPTUN_MAX, data, ipip_policy); in ipip_parse()
60 static struct nla_policy ip6_tnl_policy[IFLA_IPTUN_MAX + 1] = {92 struct nlattr *tb[IFLA_IPTUN_MAX + 1]; in ip6_tnl_parse()98 err = nla_parse_nested(tb, IFLA_IPTUN_MAX, data, ip6_tnl_policy); in ip6_tnl_parse()
65 static struct nla_policy sit_policy[IFLA_IPTUN_MAX + 1] = {100 struct nlattr *tb[IFLA_IPTUN_MAX + 1]; in sit_parse()106 err = nla_parse_nested(tb, IFLA_IPTUN_MAX, data, sit_policy); in sit_parse()
82 #define IFLA_IPTUN_MAX (__IFLA_IPTUN_MAX - 1) macro