Home
last modified time | relevance | path

Searched refs:nltb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/core/
H A Diwpm_util.h210 static inline int iwpm_validate_nlmsg_attr(struct nlattr *nltb[], in iwpm_validate_nlmsg_attr() argument
215 if (!nltb[i]) in iwpm_validate_nlmsg_attr()
245 struct nlattr *nltb[], const char *msg_type);
H A Diwpm_util.c459 struct nlattr *nltb[], const char *msg_type) in iwpm_parse_nlmsg() argument
471 ret = nlmsg_parse_deprecated(cb->nlh, nlh_len, nltb, policy_max - 1, in iwpm_parse_nlmsg()
477 ret = iwpm_validate_nlmsg_attr(nltb, policy_max); in iwpm_parse_nlmsg()