Searched refs:ibnl_put_msg (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/core/ |
H A D | netlink.c | 131 void *ibnl_put_msg(struct sk_buff *skb, struct nlmsghdr **nlh, int seq, in ibnl_put_msg() function 139 EXPORT_SYMBOL(ibnl_put_msg);
|
H A D | iwpm_util.c | 447 if (!(ibnl_put_msg(skb, nlh, 0, 0, nl_client, nl_op, in iwpm_create_nlmsg() 625 if (!(ibnl_put_msg(skb, &nlh, 0, 0, nl_client, in send_nlmsg_done() 664 if (!(ibnl_put_msg(skb, &nlh, 0, 0, nl_client, in iwpm_send_mapinfo()
|
H A D | addr.c | 173 data = ibnl_put_msg(skb, &nlh, seq, 0, RDMA_NL_LS, in ib_nl_ip_send_msg()
|
H A D | sa_query.c | 808 data = ibnl_put_msg(skb, &nlh, query->seq, 0, RDMA_NL_LS, in ib_nl_make_request()
|
/linux/include/rdma/ |
H A D | rdma_netlink.h | 65 void *ibnl_put_msg(struct sk_buff *skb, struct nlmsghdr **nlh, int seq,
|