Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.h229 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
231 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
H A Dynl.c821 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec() argument
827 err = mnl_socket_sendto(ys->sock, req_nlh, req_nlh->nlmsg_len); in ynl_exec()
884 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec_dump() argument
890 err = mnl_socket_sendto(ys->sock, req_nlh, req_nlh->nlmsg_len); in ynl_exec_dump()
/openbmc/linux/net/mctp/
H A Ddevice.c160 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()
/openbmc/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()