Searched refs:iwpm_create_nlmsg (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/infiniband/core/ |
H A D | iwpm_util.h | 222 * iwpm_create_nlmsg - Allocate skb and form a netlink message 230 struct sk_buff *iwpm_create_nlmsg(u32 nl_op, struct nlmsghdr **nlh,
|
H A D | iwpm_msg.c | 72 skb = iwpm_create_nlmsg(RDMA_NL_IWPM_REG_PID, &nlh, nl_client); iwpm_register_pid() 153 skb = iwpm_create_nlmsg(RDMA_NL_IWPM_ADD_MAPPING, &nlh, nl_client); iwpm_add_mapping() 224 skb = iwpm_create_nlmsg(RDMA_NL_IWPM_QUERY_MAPPING, &nlh, nl_client); iwpm_add_and_query_mapping() 297 skb = iwpm_create_nlmsg(RDMA_NL_IWPM_REMOVE_MAPPING, &nlh, nl_client); iwpm_remove_mapping()
|
H A D | iwpm_util.c | 442 struct sk_buff *iwpm_create_nlmsg(u32 nl_op, struct nlmsghdr **nlh, iwpm_create_nlmsg() function 589 skb = iwpm_create_nlmsg(RDMA_NL_IWPM_MAPINFO_NUM, &nlh, nl_client); send_mapinfo_num()
|
Completed in 41 milliseconds