net/ipv4/devinet.c
2327
static const struct nla_policy devconf_ipv4_policy[NETCONFA_MAX+1] = {
net/ipv4/devinet.c
2349
tb, NETCONFA_MAX,
net/ipv4/devinet.c
2353
tb, NETCONFA_MAX,
net/ipv4/devinet.c
2358
for (i = 0; i <= NETCONFA_MAX; i++) {
net/ipv4/devinet.c
2379
struct nlattr *tb[NETCONFA_MAX + 1];
net/ipv6/addrconf.c
611
static const struct nla_policy devconf_ipv6_policy[NETCONFA_MAX+1] = {
net/ipv6/addrconf.c
632
tb, NETCONFA_MAX,
net/ipv6/addrconf.c
636
tb, NETCONFA_MAX,
net/ipv6/addrconf.c
641
for (i = 0; i <= NETCONFA_MAX; i++) {
net/ipv6/addrconf.c
662
struct nlattr *tb[NETCONFA_MAX+1];
net/mpls/af_mpls.c
1237
static const struct nla_policy devconf_mpls_policy[NETCONFA_MAX + 1] = {
net/mpls/af_mpls.c
1256
tb, NETCONFA_MAX,
net/mpls/af_mpls.c
1260
tb, NETCONFA_MAX,
net/mpls/af_mpls.c
1265
for (i = 0; i <= NETCONFA_MAX; i++) {
net/mpls/af_mpls.c
1286
struct nlattr *tb[NETCONFA_MAX + 1];