Home
last modified time | relevance | path

Searched refs:req_nlh (Results 1 – 4 of 4) sorted by relevance

/linux/tools/net/ynl/lib/
H A Dynl.c986 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 Dynl-priv.h136 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
138 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
/linux/net/mctp/
H A Ddevice.c152 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()
/linux/net/tipc/
H A Dnetlink_compat.c1296 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()