Searched refs:req_nlh (Results 1 – 3 of 3) sorted by relevance
/linux/tools/net/ynl/lib/ |
H A D | ynl.c | 986 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec() argument 991 err = ynl_msg_end(ys, req_nlh); in ynl_exec() 995 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0); in ynl_exec() 1043 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec_dump() argument 1048 err = ynl_msg_end(ys, req_nlh); in ynl_exec_dump() 1052 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0); in ynl_exec_dump()
|
H A D | ynl-priv.h | 137 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, 139 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
|
/linux/net/mctp/ |
H A D | device.c | 152 struct sk_buff *req_skb, struct nlmsghdr *req_nlh) in mctp_addr_notify() argument 164 portid, req_nlh->nlmsg_seq, 0); in mctp_addr_notify() 170 rtnl_notify(skb, net, portid, RTNLGRP_MCTP_IFADDR, req_nlh, GFP_KERNEL); in mctp_addr_notify()
|