Searched refs:maxtype (Results 1 - 13 of 13) sorted by relevance

/net/8021q/
H A Dvlan_netlink.c243 .maxtype = IFLA_VLAN_MAX,
/net/sched/
H A Dsch_netem.c794 static int parse_attr(struct nlattr *tb[], int maxtype, struct nlattr *nla, argument
805 return nla_parse(tb, maxtype, nla_data(nla) + NLA_ALIGN(len),
808 memset(tb, 0, sizeof(struct nlattr *) * (maxtype + 1));
/net/caif/
H A Dchnl_net.c523 .maxtype = IFLA_CAIF_MAX,
/net/hsr/
H A Dhsr_netlink.c107 .maxtype = IFLA_HSR_MAX,
/net/ipv4/
H A Dipip.c492 .maxtype = IFLA_IPTUN_MAX,
H A Dip_gre.c820 .maxtype = IFLA_GRE_MAX,
834 .maxtype = IFLA_GRE_MAX,
H A Dip_vti.c524 .maxtype = IFLA_VTI_MAX,
/net/bridge/
H A Dbr_netlink.c571 .maxtype = IFLA_BRPORT_MAX,
/net/ipv6/
H A Dip6_gre.c1655 .maxtype = IFLA_GRE_MAX,
1669 .maxtype = IFLA_GRE_MAX,
H A Dip6_vti.c986 .maxtype = IFLA_VTI_MAX,
H A Dip6_tunnel.c1711 .maxtype = IFLA_IPTUN_MAX,
H A Dsit.c1755 .maxtype = IFLA_IPTUN_MAX,
/net/core/
H A Drtnetlink.c1970 struct nlattr *attr[ops ? ops->maxtype + 1 : 0];
1977 if (ops->maxtype && linkinfo[IFLA_INFO_DATA]) {
1978 err = nla_parse_nested(attr, ops->maxtype,

Completed in 194 milliseconds