Searched refs:policy_max (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/infiniband/core/ |
| D | iwpm_util.c | 501 int iwpm_parse_nlmsg(struct netlink_callback *cb, int policy_max, in iwpm_parse_nlmsg() argument 509 ret = nlmsg_validate_deprecated(cb->nlh, nlh_len, policy_max - 1, in iwpm_parse_nlmsg() 515 ret = nlmsg_parse_deprecated(cb->nlh, nlh_len, nltb, policy_max - 1, in iwpm_parse_nlmsg() 521 ret = iwpm_validate_nlmsg_attr(nltb, policy_max); in iwpm_parse_nlmsg()
|
| D | iwpm_util.h | 260 int iwpm_parse_nlmsg(struct netlink_callback *cb, int policy_max,
|