/linux-6.6.21/drivers/infiniband/core/ |
D | nldev.c | 1043 nlh = nlmsg_put(msg, NETLINK_CB(skb).portid, nlh->nlmsg_seq, in nldev_get_doit() 1131 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in _nldev_get_dumpit() 1191 nlh = nlmsg_put(msg, NETLINK_CB(skb).portid, nlh->nlmsg_seq, in nldev_port_get_doit() 1253 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, in nldev_port_get_dumpit() 1298 nlh = nlmsg_put(msg, NETLINK_CB(skb).portid, nlh->nlmsg_seq, in nldev_res_get_doit() 1332 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in _nldev_res_get_dumpit() 1466 nlh = nlmsg_put(msg, NETLINK_CB(skb).portid, nlh->nlmsg_seq, in res_get_common_doit() 1545 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in res_get_common_dumpit() 1808 nlh = nlmsg_put(msg, NETLINK_CB(skb).portid, nlh->nlmsg_seq, in nldev_get_chardev() 1869 nlh = nlmsg_put(msg, NETLINK_CB(skb).portid, nlh->nlmsg_seq, in nldev_sys_get_doit() [all …]
|
D | netlink.c | 134 *nlh = nlmsg_put(skb, 0, seq, RDMA_NL_GET_TYPE(client, op), len, flags); in ibnl_put_msg()
|
/linux-6.6.21/security/selinux/ |
D | netlink.c | 81 nlh = nlmsg_put(skb, 0, 0, msgtype, len, 0); in selnl_notify()
|
/linux-6.6.21/net/phonet/ |
D | pn_netlink.c | 101 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*ifm), 0); in fill_addr() 166 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), 0); in fill_route()
|
/linux-6.6.21/include/linux/netfilter/ |
D | nfnetlink.h | 85 nlh = nlmsg_put(skb, portid, seq, type, sizeof(struct nfgenmsg), flags); in nfnl_msg_put()
|
/linux-6.6.21/drivers/staging/gdm724x/ |
D | netlink_k.c | 112 nlh = nlmsg_put(skb, 0, seq, type, len, 0); in netlink_send()
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_user.c | 1201 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, sp->nlmsg_seq, in dump_one_state() 1367 nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSPDINFO, sizeof(u32), 0); in build_spdinfo() 1499 nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSADINFO, sizeof(u32), 0); in build_sadinfo() 2093 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, sp->nlmsg_seq, in dump_one_policy() 2204 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_GETDEFAULT, sizeof(*up), 0); in xfrm_notify_userpolicy() 2266 r_nlh = nlmsg_put(r_skb, portid, seq, XFRM_MSG_GETDEFAULT, sizeof(*r_up), 0); in xfrm_get_default() 2411 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0); in build_aevent() 2919 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_MIGRATE, sizeof(*pol_id), 0); in build_migrate() 3199 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_EXPIRE, sizeof(*ue), 0); in build_expire() 3266 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_FLUSHSA, sizeof(*p), 0); in xfrm_notify_sa_flush() [all …]
|
/linux-6.6.21/samples/connector/ |
D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0);
|
/linux-6.6.21/net/vmw_vsock/ |
D | diag.c | 21 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill()
|
/linux-6.6.21/crypto/ |
D | crypto_user_stat.c | 115 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, info->nlmsg_seq, in crypto_reportstat_alg()
|
D | crypto_user_base.c | 163 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, info->nlmsg_seq, in crypto_report_alg()
|
/linux-6.6.21/net/devlink/ |
D | dpipe.c | 274 nlh = nlmsg_put(skb, info->snd_portid, info->snd_seq, in devlink_dpipe_tables_fill() 554 nlh = nlmsg_put(dump_ctx.skb, info->snd_portid, info->snd_seq, in devlink_dpipe_entries_fill() 698 nlh = nlmsg_put(skb, info->snd_portid, info->snd_seq, in devlink_dpipe_headers_fill()
|
D | resource.c | 271 nlh = nlmsg_put(skb, info->snd_portid, info->snd_seq, in devlink_resource_fill()
|
/linux-6.6.21/drivers/connector/ |
D | connector.c | 102 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0); in cn_netlink_send_mult()
|
/linux-6.6.21/net/xdp/ |
D | xsk_diag.c | 101 nlh = nlmsg_put(nlskb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*msg), in xsk_diag_fill()
|
/linux-6.6.21/net/netlink/ |
D | diag.c | 52 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill()
|
/linux-6.6.21/net/ipv4/ |
D | inet_diag.c | 252 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in inet_sk_diag_fill() 424 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, in inet_twsk_diag_fill() 464 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in inet_req_diag_fill() 1359 nlh = nlmsg_put(skb, 0, 0, SOCK_DIAG_BY_FAMILY, sizeof(*r), 0); in inet_diag_handler_get_info()
|
/linux-6.6.21/net/packet/ |
D | diag.c | 139 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rp), flags); in sk_diag_fill()
|
/linux-6.6.21/net/mctp/ |
D | neigh.c | 216 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags); in mctp_fill_neigh()
|
D | device.c | 68 nlh = nlmsg_put(skb, portid, seq, in mctp_fill_addrinfo()
|
/linux-6.6.21/net/smc/ |
D | smc_diag.c | 82 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in __smc_diag_dump()
|
/linux-6.6.21/net/unix/ |
D | diag.c | 131 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill()
|
/linux-6.6.21/net/bridge/ |
D | br_mdb.c | 391 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, in br_mdb_dump() 426 nlh = nlmsg_put(skb, 0, 0, type, sizeof(*bpm), 0); in nlmsg_populate_mdb_fill() 546 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0); in nlmsg_populate_rtr_fill()
|
/linux-6.6.21/include/net/ |
D | netlink.h | 939 static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, in nlmsg_put() function 985 return nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in nlmsg_put_answer()
|
/linux-6.6.21/drivers/net/vxlan/ |
D | vxlan_vnifilter.c | 314 nlh = nlmsg_put(skb, 0, 0, cmd, sizeof(*tmsg), 0); in vxlan_vnifilter_notify() 360 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in vxlan_vnifilter_dump_dev()
|