Searched refs:req_nlh (Results 1 – 4 of 4) sorted by relevance
/linux/tools/net/ynl/lib/ |
H A D | ynl.c | 894 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec() argument 899 err = ynl_msg_end(ys, req_nlh); in ynl_exec() 903 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0); in ynl_exec() 951 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec_dump() argument 956 err = ynl_msg_end(ys, req_nlh); in ynl_exec_dump() 960 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0); in ynl_exec_dump()
|
H A D | ynl-priv.h | 128 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, 130 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
|
/linux/net/mctp/ |
H A D | device.c | 160 struct sk_buff *req_skb, struct nlmsghdr *req_nlh) in mctp_addr_notify() argument 172 portid, req_nlh->nlmsg_seq, 0); in mctp_addr_notify() 178 rtnl_notify(skb, net, portid, RTNLGRP_MCTP_IFADDR, req_nlh, GFP_KERNEL); in mctp_addr_notify()
|
/linux/net/tipc/ |
H A D | netlink_compat.c | 1296 struct nlmsghdr *req_nlh; in tipc_nl_compat_recv() local 1302 req_nlh = (struct nlmsghdr *)skb->data; in tipc_nl_compat_recv() 1303 msg.req = nlmsg_data(req_nlh) + GENL_HDRLEN + TIPC_GENL_HDRLEN; in tipc_nl_compat_recv() 1314 msg.req_size = nlmsg_attrlen(req_nlh, GENL_HDRLEN + TIPC_GENL_HDRLEN); in tipc_nl_compat_recv()
|