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

/linux-master/tools/net/ynl/lib/
H A Dynl.c894 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, argument
899 err = ynl_msg_end(ys, req_nlh);
903 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0);
951 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, argument
956 err = ynl_msg_end(ys, req_nlh);
960 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0);
H A Dynl-priv.h128 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-master/net/mctp/
H A Ddevice.c160 struct sk_buff *req_skb, struct nlmsghdr *req_nlh)
172 portid, req_nlh->nlmsg_seq, 0);
178 rtnl_notify(skb, net, portid, RTNLGRP_MCTP_IFADDR, req_nlh, GFP_KERNEL);
159 mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, struct sk_buff *req_skb, struct nlmsghdr *req_nlh) argument
/linux-master/net/tipc/
H A Dnetlink_compat.c1296 struct nlmsghdr *req_nlh; local
1302 req_nlh = (struct nlmsghdr *)skb->data;
1303 msg.req = nlmsg_data(req_nlh) + GENL_HDRLEN + TIPC_GENL_HDRLEN;
1314 msg.req_size = nlmsg_attrlen(req_nlh, GENL_HDRLEN + TIPC_GENL_HDRLEN);

Completed in 231 milliseconds