Searched refs:nla_validate (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | netlink.h | 863 static inline int nla_validate(const struct nlattr *head, int len, int maxtype, in nla_validate() function
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 593 err = nla_validate(nla_data(attr), nla_len(attr), LWTUNNEL_IP_OPTS_MAX, in ip_tun_parse_opts()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 3873 err = nla_validate(attr, attr->nla_len, IFLA_MAX, ifla_policy, extack); in rtnl_alt_ifname()
|