• Home
  • Raw
  • Download

Lines Matching refs:cb

348 int iwpm_register_pid_cb(struct sk_buff *skb, struct netlink_callback *cb)  in iwpm_register_pid_cb()  argument
359 if (iwpm_parse_nlmsg(cb, IWPM_NLA_RREG_PID_MAX, in iwpm_register_pid_cb()
386 iwpm_user_pid = cb->nlh->nlmsg_pid; in iwpm_register_pid_cb()
387 atomic_set(&echo_nlmsg_seq, cb->nlh->nlmsg_seq); in iwpm_register_pid_cb()
414 int iwpm_add_mapping_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_add_mapping_cb() argument
425 if (iwpm_parse_nlmsg(cb, IWPM_NLA_RMANAGE_MAPPING_MAX, in iwpm_add_mapping_cb()
429 atomic_set(&echo_nlmsg_seq, cb->nlh->nlmsg_seq); in iwpm_add_mapping_cb()
486 struct netlink_callback *cb) in iwpm_add_and_query_mapping_cb() argument
498 if (iwpm_parse_nlmsg(cb, IWPM_NLA_RQUERY_MAPPING_MAX, in iwpm_add_and_query_mapping_cb()
501 atomic_set(&echo_nlmsg_seq, cb->nlh->nlmsg_seq); in iwpm_add_and_query_mapping_cb()
523 __func__, cb->nlh->nlmsg_pid, msg_seq); in iwpm_add_and_query_mapping_cb()
572 int iwpm_mapping_info_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_mapping_info_cb() argument
582 if (iwpm_parse_nlmsg(cb, IWPM_NLA_MAPINFO_REQ_MAX, in iwpm_mapping_info_cb()
595 nl_client = RDMA_NL_GET_CLIENT(cb->nlh->nlmsg_type); in iwpm_mapping_info_cb()
602 atomic_set(&echo_nlmsg_seq, cb->nlh->nlmsg_seq); in iwpm_mapping_info_cb()
605 iwpm_pid = cb->nlh->nlmsg_pid; in iwpm_mapping_info_cb()
624 int iwpm_ack_mapping_info_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_ack_mapping_info_cb() argument
630 if (iwpm_parse_nlmsg(cb, IWPM_NLA_MAPINFO_NUM_MAX, in iwpm_ack_mapping_info_cb()
638 atomic_set(&echo_nlmsg_seq, cb->nlh->nlmsg_seq); in iwpm_ack_mapping_info_cb()
652 int iwpm_mapping_error_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_mapping_error_cb() argument
655 int nl_client = RDMA_NL_GET_CLIENT(cb->nlh->nlmsg_type); in iwpm_mapping_error_cb()
661 if (iwpm_parse_nlmsg(cb, IWPM_NLA_ERR_MAX, in iwpm_mapping_error_cb()
676 atomic_set(&echo_nlmsg_seq, cb->nlh->nlmsg_seq); in iwpm_mapping_error_cb()