Searched refs:nltb (Results 1 – 3 of 3) sorted by relevance
| /drivers/infiniband/core/ |
| A D | iwpm_msg.c | 388 struct nlattr *nltb[IWPM_NLA_RREG_PID_MAX]; in iwpm_register_pid_cb() local 397 resp_reg_policy, nltb, msg_type)) in iwpm_register_pid_cb() 469 resp_add_policy, nltb, msg_type)) in iwpm_add_mapping_cb() 483 nla_data(nltb[IWPM_NLA_RMANAGE_ADDR]); in iwpm_add_mapping_cb() 549 resp_query_policy, nltb, msg_type)) in iwpm_add_and_query_mapping_cb() 631 resp_query_policy, nltb, msg_type)) in iwpm_remote_info_cb() 704 resp_mapinfo_policy, nltb, msg_type)) { in iwpm_mapping_info_cb() 753 ack_mapinfo_policy, nltb, msg_type)) in iwpm_ack_mapping_info_cb() 780 struct nlattr *nltb[IWPM_NLA_ERR_MAX]; in iwpm_mapping_error_cb() local 786 map_error_policy, nltb, msg_type)) in iwpm_mapping_error_cb() [all …]
|
| A D | iwpm_util.h | 210 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);
|
| A D | iwpm_util.c | 459 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()
|
Completed in 11 milliseconds