Home
last modified time | relevance | path

Searched refs:RTA_MAX (Results 1 – 3 of 3) sorted by relevance

/linux/net/phonet/
H A Dpn_netlink.c226 static const struct nla_policy rtm_phonet_policy[RTA_MAX+1] = {
235 struct nlattr *tb[RTA_MAX+1]; in route_doit()
249 err = nlmsg_parse_deprecated(nlh, sizeof(*rtm), tb, RTA_MAX, in route_doit()
/linux/net/mctp/
H A Droute.c1393 static const struct nla_policy rta_mctp_policy[RTA_MAX + 1] = {
1421 rc = nlmsg_parse(nlh, sizeof(struct rtmsg), tb, RTA_MAX, in mctp_route_nlparse_common()
1496 struct nlattr *tb[RTA_MAX + 1]; in mctp_route_nlparse_lookup()
1531 struct nlattr *tb[RTA_MAX + 1]; in mctp_route_nlparse_populate()
/linux/tools/include/uapi/linux/
H A Drtnetlink.h405 #define RTA_MAX (__RTA_MAX - 1) macro