/linux-6.1.9/net/xfrm/ |
D | xfrm_compat.c | 149 memset(nlmsg_data(nlh_dst), 0, payload); in xfrm_nlmsg_put_compat() 164 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat() 172 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat() 175 const struct xfrm_user_expire *src_ue = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat() 176 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 184 const struct xfrm_user_acquire *src_ua = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat() 185 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 195 const struct xfrm_user_polexpire *src_upe = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat() 196 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 204 const struct xfrm_userspi_info *src_usi = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat() [all …]
|
D | xfrm_user.c | 773 struct xfrm_usersa_info *p = nlmsg_data(nlh); in xfrm_add_sa() 855 struct xfrm_usersa_id *p = nlmsg_data(nlh); in xfrm_del_sa() 1152 p = nlmsg_data(nlh); in dump_one_state() 1308 f = nlmsg_data(nlh); in build_spdinfo() 1397 u32 *flags = nlmsg_data(nlh); in xfrm_get_spdinfo() 1432 f = nlmsg_data(nlh); in build_sadinfo() 1457 u32 *flags = nlmsg_data(nlh); in xfrm_get_sadinfo() 1476 struct xfrm_usersa_id *p = nlmsg_data(nlh); in xfrm_get_sa() 1512 p = nlmsg_data(nlh); in xfrm_alloc_userspi() 1883 struct xfrm_userpolicy_info *p = nlmsg_data(nlh); in xfrm_add_policy() [all …]
|
/linux-6.1.9/security/selinux/ |
D | netlink.c | 47 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-6.1.9/net/mctp/ |
D | neigh.c | 154 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()
|
D | device.c | 73 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-6.1.9/net/phonet/ |
D | pn_netlink.c | 74 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-6.1.9/crypto/ |
D | crypto_user_base.c | 170 ualg = nlmsg_data(nlh); in crypto_report_alg() 188 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report() 264 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg() 300 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg() 340 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg()
|
/linux-6.1.9/net/netlink/ |
D | diag.c | 57 rep = nlmsg_data(nlh); in sk_diag_fill() 101 req = nlmsg_data(cb->nlh); in __netlink_diag_dump() 190 req = nlmsg_data(cb->nlh); in netlink_diag_dump()
|
/linux-6.1.9/net/ieee802154/ |
D | netlink.c | 48 void *hdr = genlmsg_data(nlmsg_data(nlh)); in ieee802154_nl_mcast() 77 void *hdr = genlmsg_data(nlmsg_data(nlh)); in ieee802154_nl_reply()
|
/linux-6.1.9/net/packet/ |
D | diag.c | 143 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-6.1.9/net/ipv6/ |
D | addrlabel.c | 399 ifal = nlmsg_data(nlh); in ip6addrlbl_newdel() 438 struct ifaddrlblmsg *ifal = nlmsg_data(nlh); in ip6addrlbl_putmsg() 480 ifal = nlmsg_data(nlh); in ip6addrlbl_valid_dump_req() 552 ifal = nlmsg_data(nlh); in ip6addrlbl_valid_get_req() 595 ifal = nlmsg_data(nlh); in ip6addrlbl_get()
|
/linux-6.1.9/net/vmw_vsock/ |
D | diag.c | 26 rep = nlmsg_data(nlh); in sk_diag_fill() 58 req = nlmsg_data(cb->nlh); in vsock_diag_dump()
|
/linux-6.1.9/net/unix/ |
D | diag.c | 136 rep = nlmsg_data(nlh); in sk_diag_fill() 205 req = nlmsg_data(cb->nlh); in unix_diag_dump() 321 return unix_diag_get_exact(skb, h, nlmsg_data(h)); in unix_diag_handler_dump()
|
/linux-6.1.9/drivers/connector/ |
D | connector.c | 106 data = nlmsg_data(nlh); in cn_netlink_send_mult() 136 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb)); in cn_call_callback()
|
/linux-6.1.9/net/xdp/ |
D | xsk_diag.c | 106 msg = nlmsg_data(nlh); in xsk_diag_fill() 150 struct xdp_diag_req *req = nlmsg_data(cb->nlh); in xsk_diag_dump()
|
/linux-6.1.9/net/ipv4/ |
D | inet_diag.c | 257 r = nlmsg_data(nlh); in inet_sk_diag_fill() 430 r = nlmsg_data(nlh); in inet_twsk_diag_fill() 469 r = nlmsg_data(nlh); in inet_req_diag_fill() 1198 return __inet_diag_dump(skb, cb, nlmsg_data(cb->nlh)); in inet_diag_dump() 1278 struct inet_diag_req *rc = nlmsg_data(cb->nlh); in inet_diag_dump_compat() 1293 struct inet_diag_req *rc = nlmsg_data(nlh); in inet_diag_get_exact_compat() 1346 nlmsg_data(h)); in inet_diag_handler_cmd() 1363 r = nlmsg_data(nlh); in inet_diag_handler_get_info()
|
/linux-6.1.9/net/tipc/ |
D | diag.c | 53 struct tipc_sock_diag_req *req = nlmsg_data(cb->nlh); in __tipc_add_sock_diag()
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_netlink.c | 59 hdr = nlmsg_data(nlh); in scsi_nl_rcv_msg()
|
/linux-6.1.9/drivers/net/vxlan/ |
D | vxlan_vnifilter.c | 317 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() 953 tmsg = nlmsg_data(nlh); in vxlan_vnifilter_process()
|
/linux-6.1.9/net/core/ |
D | rtnetlink.c | 1747 ifm = nlmsg_data(nlh); in rtnl_fill_ifinfo() 2085 ifm = nlmsg_data(nlh); in rtnl_valid_dump_ifinfo_req() 3059 ifm = nlmsg_data(nlh); in rtnl_setlink() 3157 ifm = nlmsg_data(nlh); in rtnl_dellink() 3438 ifm = nlmsg_data(nlh); in __rtnl_newlink() 3616 ifm = nlmsg_data(nlh); in rtnl_valid_getlink_req() 3679 ifm = nlmsg_data(nlh); in rtnl_getlink() 3774 ifm = nlmsg_data(nlh); in rtnl_linkprop() 3974 ndm = nlmsg_data(nlh); in nlmsg_populate_fdb_fill() 4104 ndm = nlmsg_data(nlh); in rtnl_fdb_add() [all …]
|
/linux-6.1.9/include/linux/netfilter/ |
D | nfnetlink.h | 73 nfmsg = nlmsg_data(nlh); in nfnl_fill_hdr()
|
/linux-6.1.9/net/netfilter/ |
D | nfnetlink_hook.c | 250 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump() 290 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump_start()
|
/linux-6.1.9/net/smc/ |
D | smc_diag.c | 87 r = nlmsg_data(nlh); in __smc_diag_dump() 212 rc = __smc_diag_dump(sk, skb, cb, nlmsg_data(cb->nlh), bc); in smc_diag_dump_proto()
|
/linux-6.1.9/fs/dlm/ |
D | netlink.c | 50 struct genlmsghdr *genlhdr = nlmsg_data((struct nlmsghdr *)skb->data); in send_data()
|
/linux-6.1.9/net/bridge/ |
D | br_mdb.c | 393 bpm = nlmsg_data(nlh); in br_mdb_valid_dump_req() 440 bpm = nlmsg_data(nlh); in br_mdb_dump() 477 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill() 597 bpm = nlmsg_data(nlh); in nlmsg_populate_rtr_fill() 773 bpm = nlmsg_data(nlh); in br_mdb_parse()
|