Home
last modified time | relevance | path

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

/linux-6.1.9/net/mctp/
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()
/linux-6.1.9/net/tipc/
Dnetlink_compat.c1299 struct nlmsghdr *req_nlh; in tipc_nl_compat_recv() local
1305 req_nlh = (struct nlmsghdr *)skb->data; in tipc_nl_compat_recv()
1306 msg.req = nlmsg_data(req_nlh) + GENL_HDRLEN + TIPC_GENL_HDRLEN; in tipc_nl_compat_recv()
1317 msg.req_size = nlmsg_attrlen(req_nlh, GENL_HDRLEN + TIPC_GENL_HDRLEN); in tipc_nl_compat_recv()