net/ipv4/devinet.c
2227
static const struct nla_policy devconf_ipv4_policy[NETCONFA_MAX+1] = {
net/ipv4/devinet.c
2249
tb, NETCONFA_MAX,
net/ipv4/devinet.c
2253
tb, NETCONFA_MAX,
net/ipv4/devinet.c
2258
for (i = 0; i <= NETCONFA_MAX; i++) {
net/ipv4/devinet.c
2279
struct nlattr *tb[NETCONFA_MAX + 1];
net/ipv6/addrconf.c
610
static const struct nla_policy devconf_ipv6_policy[NETCONFA_MAX+1] = {
net/ipv6/addrconf.c
631
tb, NETCONFA_MAX,
net/ipv6/addrconf.c
635
tb, NETCONFA_MAX,
net/ipv6/addrconf.c
640
for (i = 0; i <= NETCONFA_MAX; i++) {
net/ipv6/addrconf.c
661
struct nlattr *tb[NETCONFA_MAX+1];
net/mpls/af_mpls.c
1239
static const struct nla_policy devconf_mpls_policy[NETCONFA_MAX + 1] = {
net/mpls/af_mpls.c
1258
tb, NETCONFA_MAX,
net/mpls/af_mpls.c
1262
tb, NETCONFA_MAX,
net/mpls/af_mpls.c
1267
for (i = 0; i <= NETCONFA_MAX; i++) {
net/mpls/af_mpls.c
1288
struct nlattr *tb[NETCONFA_MAX + 1];