Home
last modified time | relevance | path

Searched refs:nlmsg_data (Results 1 – 25 of 85) sorted by relevance

1234

/linux/net/xfrm/
A Dxfrm_compat.c153 memset(nlmsg_data(nlh_dst), 0, payload); in xfrm_nlmsg_put_compat()
168 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat()
176 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat()
179 const struct xfrm_user_expire *src_ue = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
479 memset(nlmsg_data(dst), 0, xfrm_msg_min[type]); in xfrm_xlate32()
498 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
505 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
509 struct xfrm_user_expire *dst_ue = nlmsg_data(dst); in xfrm_xlate32()
518 struct xfrm_user_acquire *dst_ua = nlmsg_data(dst); in xfrm_xlate32()
529 struct xfrm_user_polexpire *dst_upe = nlmsg_data(dst); in xfrm_xlate32()
[all …]
A Dxfrm_user.c1327 p = nlmsg_data(nlh); in dump_one_state()
1492 f = nlmsg_data(nlh); in build_spdinfo()
1624 f = nlmsg_data(nlh); in build_sadinfo()
1704 p = nlmsg_data(nlh); in xfrm_alloc_userspi()
2225 p = nlmsg_data(nlh); in dump_one_policy()
2337 up = nlmsg_data(nlh); in xfrm_notify_userpolicy()
2422 p = nlmsg_data(nlh); in xfrm_get_policy()
2542 id = nlmsg_data(nlh); in build_aevent()
3439 p = nlmsg_data(nlh); in xfrm_notify_sa_flush()
3528 p = nlmsg_data(nlh); in xfrm_notify_sa()
[all …]
/linux/security/selinux/
A Dnetlink.c47 struct selnl_msg_setenforce *msg = nlmsg_data(nlh); in selnl_add_payload()
55 struct selnl_msg_policyload *msg = nlmsg_data(nlh); in selnl_add_payload()
/linux/net/phonet/
A Dpn_netlink.c74 ifm = nlmsg_data(nlh); in addr_doit()
105 ifm = nlmsg_data(nlh); in fill_addr()
170 rtm = nlmsg_data(nlh); in fill_route()
241 rtm = nlmsg_data(nlh); in route_doit()
/linux/crypto/
A Dcrypto_user.c169 ualg = nlmsg_data(nlh); in crypto_report_alg()
187 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
263 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg()
299 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg()
339 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg()
/linux/net/mctp/
A Dneigh.c154 ndm = nlmsg_data(nlh); in mctp_rtm_newneigh()
197 ndm = nlmsg_data(nlh); in mctp_rtm_delneigh()
220 hdr = nlmsg_data(nlh); in mctp_fill_neigh()
253 ndmsg = nlmsg_data(cb->nlh); in mctp_rtm_getneigh()
A Ddevice.c73 hdr = nlmsg_data(nlh); in mctp_fill_addrinfo()
125 hdr = nlmsg_data(cb->nlh); in mctp_dump_addrinfo()
208 ifm = nlmsg_data(nlh); in mctp_rtm_newaddr()
271 ifm = nlmsg_data(nlh); in mctp_rtm_deladdr()
/linux/net/netlink/
A Ddiag.c57 rep = nlmsg_data(nlh); in sk_diag_fill()
102 req = nlmsg_data(cb->nlh); in __netlink_diag_dump()
191 req = nlmsg_data(cb->nlh); in netlink_diag_dump()
/linux/net/ieee802154/
A Dnetlink.c48 void *hdr = genlmsg_data(nlmsg_data(nlh)); in ieee802154_nl_mcast()
77 void *hdr = genlmsg_data(nlmsg_data(nlh)); in ieee802154_nl_reply()
/linux/net/packet/
A Ddiag.c143 rp = nlmsg_data(nlh); in sk_diag_fill()
197 req = nlmsg_data(cb->nlh); in packet_diag_dump()
233 req = nlmsg_data(h); in packet_diag_handler_dump()
/linux/net/vmw_vsock/
A Ddiag.c26 rep = nlmsg_data(nlh); in sk_diag_fill()
58 req = nlmsg_data(cb->nlh); in vsock_diag_dump()
/linux/net/unix/
A Ddiag.c123 rep = nlmsg_data(nlh); in sk_diag_fill()
176 req = nlmsg_data(cb->nlh); in unix_diag_dump()
300 return unix_diag_get_exact(skb, h, nlmsg_data(h)); in unix_diag_handler_dump()
/linux/net/ipv6/
A Daddrlabel.c400 ifal = nlmsg_data(nlh); in ip6addrlbl_newdel()
439 struct ifaddrlblmsg *ifal = nlmsg_data(nlh); in ip6addrlbl_putmsg()
481 ifal = nlmsg_data(nlh); in ip6addrlbl_valid_dump_req()
555 ifal = nlmsg_data(nlh); in ip6addrlbl_valid_get_req()
598 ifal = nlmsg_data(nlh); in ip6addrlbl_get()
/linux/drivers/connector/
A Dconnector.c107 data = nlmsg_data(nlh); in cn_netlink_send_mult()
139 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb)); in cn_call_callback()
/linux/net/xdp/
A Dxsk_diag.c106 msg = nlmsg_data(nlh); in xsk_diag_fill()
153 struct xdp_diag_req *req = nlmsg_data(cb->nlh); in xsk_diag_dump()
/linux/net/tipc/
A Ddiag.c53 struct tipc_sock_diag_req *req = nlmsg_data(cb->nlh); in __tipc_add_sock_diag()
/linux/net/ipv4/
A Dinet_diag.c266 r = nlmsg_data(nlh); in inet_sk_diag_fill()
439 r = nlmsg_data(nlh); in inet_twsk_diag_fill()
478 r = nlmsg_data(nlh); in inet_req_diag_fill()
1300 return __inet_diag_dump(skb, cb, nlmsg_data(cb->nlh)); in inet_diag_dump()
1380 struct inet_diag_req *rc = nlmsg_data(cb->nlh); in inet_diag_dump_compat()
1396 struct inet_diag_req *rc = nlmsg_data(nlh); in inet_diag_get_exact_compat()
1450 nlmsg_data(h)); in inet_diag_handler_cmd()
1467 r = nlmsg_data(nlh); in inet_diag_handler_get_info()
/linux/drivers/scsi/
A Dscsi_netlink.c59 hdr = nlmsg_data(nlh); in scsi_nl_rcv_msg()
/linux/net/core/
A Drtnetlink.c1857 ifm = nlmsg_data(nlh); in rtnl_fill_ifinfo()
3213 ifm = nlmsg_data(nlh); in rtnl_setlink()
3316 ifm = nlmsg_data(nlh); in rtnl_dellink()
3613 ifm = nlmsg_data(nlh); in __rtnl_newlink()
3794 ifm = nlmsg_data(nlh); in rtnl_valid_getlink_req()
3857 ifm = nlmsg_data(nlh); in rtnl_getlink()
3960 ifm = nlmsg_data(nlh); in rtnl_linkprop()
4174 ndm = nlmsg_data(nlh); in nlmsg_populate_fdb_fill()
4309 ndm = nlmsg_data(nlh); in rtnl_fdb_add()
4429 ndm = nlmsg_data(nlh); in rtnl_fdb_del()
[all …]
/linux/drivers/net/vxlan/
A Dvxlan_vnifilter.c317 tmsg = nlmsg_data(nlh); in vxlan_vnifilter_notify()
357 tmsg = nlmsg_data(cb->nlh); in vxlan_vnifilter_dump_dev()
364 new_tmsg = nlmsg_data(nlh); in vxlan_vnifilter_dump_dev()
414 tmsg = nlmsg_data(cb->nlh); in vxlan_vnifilter_dump()
958 tmsg = nlmsg_data(nlh); in vxlan_vnifilter_process()
/linux/include/linux/netfilter/
A Dnfnetlink.h72 nfmsg = nlmsg_data(nlh); in nfnl_fill_hdr()
/linux/net/smc/
A Dsmc_diag.c88 r = nlmsg_data(nlh); in __smc_diag_dump()
217 rc = __smc_diag_dump(sk, skb, cb, nlmsg_data(cb->nlh), bc); in smc_diag_dump_proto()
/linux/net/netfilter/
A Dnfnetlink_hook.c305 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump()
345 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump_start()
A Dnfnetlink.c265 .nfmsg = nlmsg_data(nlh), in nfnetlink_rcv_msg()
507 .nfmsg = nlmsg_data(nlh), in nfnetlink_rcv_batch()
639 nfgenmsg = nlmsg_data(nlh); in nfnetlink_rcv_skb_batch()
/linux/samples/connector/
A Dcn_test.c65 msg = nlmsg_data(nlh);

Completed in 66 milliseconds

1234