| /linux/drivers/regulator/ |
| H A D | event.c | 55 attr = nla_reserve(skb, REG_GENL_ATTR_EVENT, sizeof(struct reg_genl_event)); in reg_generate_netlink_event()
|
| /linux/net/core/ |
| H A D | sock_diag.c | 86 nla_reserve(skb, attrtype, 0); in sock_diag_put_filterinfo() 101 attr = nla_reserve(skb, attrtype, flen); in sock_diag_put_filterinfo()
|
| /linux/drivers/acpi/ |
| H A D | event.c | 124 nla_reserve(skb, ACPI_GENL_ATTR_EVENT, in acpi_bus_generate_netlink_event()
|
| /linux/net/sched/ |
| H A D | act_bpf.c | 105 nla = nla_reserve(skb, TCA_ACT_BPF_OPS, prog->bpf_num_ops * in tcf_bpf_dump_bpf_info() 127 nla = nla_reserve(skb, TCA_ACT_BPF_TAG, sizeof(prog->filter->tag)); in tcf_bpf_dump_ebpf_info()
|
| H A D | cls_bpf.c | 546 nla = nla_reserve(skb, TCA_BPF_OPS, prog->bpf_num_ops * in cls_bpf_dump_bpf_info() 568 nla = nla_reserve(skb, TCA_BPF_TAG, sizeof(prog->filter->tag)); in cls_bpf_dump_ebpf_info()
|
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 2036 nla = nla_reserve(skb, OVS_KEY_ATTR_ETHERNET, sizeof(*eth_key)); in __ovs_nla_put_key() 2090 nla = nla_reserve(skb, OVS_KEY_ATTR_IPV4, sizeof(*ipv4_key)); in __ovs_nla_put_key() 2104 nla = nla_reserve(skb, OVS_KEY_ATTR_IPV6, sizeof(*ipv6_key)); in __ovs_nla_put_key() 2118 nla = nla_reserve(skb, OVS_KEY_ATTR_IPV6_EXTHDRS, in __ovs_nla_put_key() 2131 nla = nla_reserve(skb, OVS_KEY_ATTR_ARP, sizeof(*arp_key)); in __ovs_nla_put_key() 2146 nla = nla_reserve(skb, OVS_KEY_ATTR_MPLS, in __ovs_nla_put_key() 2163 nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key)); in __ovs_nla_put_key() 2175 nla = nla_reserve(skb, OVS_KEY_ATTR_UDP, sizeof(*udp_key)); in __ovs_nla_put_key() 2184 nla = nla_reserve(skb, OVS_KEY_ATTR_SCTP, sizeof(*sctp_key)); in __ovs_nla_put_key() 2194 nla = nla_reserve(skb, OVS_KEY_ATTR_ICMP, sizeof(*icmp_key)); in __ovs_nla_put_key() [all …]
|
| /linux/net/sctp/ |
| H A D | diag.c | 81 attr = nla_reserve(skb, INET_DIAG_LOCALS, addrlen * addrcnt); in inet_diag_msg_sctpladdrs_fill() 108 attr = nla_reserve(skb, INET_DIAG_PEERS, in inet_diag_msg_sctpaddrs_fill()
|
| /linux/net/ethtool/ |
| H A D | bitset.c | 252 attr = nla_reserve(skb, ETHTOOL_A_BITSET_VALUE, nbytes); in ethnl_put_bitset32() 261 attr = nla_reserve(skb, ETHTOOL_A_BITSET_MASK, nbytes); in ethnl_put_bitset32()
|
| H A D | netlink.h | 57 attr = nla_reserve(skb, attrtype, len + 1); in ethnl_put_strz()
|
| H A D | module.c | 463 attr = nla_reserve(skb, ETHTOOL_A_MODULE_FW_FLASH_STATUS_MSG, in ethnl_module_fw_flash_ntf_put_err()
|
| H A D | stats.c | 256 if (!nla_reserve(skb, ETHTOOL_A_STATS_GRP_PAD, 0)) in stat_put()
|
| /linux/lib/ |
| H A D | nlattr.c | 967 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve() function 974 EXPORT_SYMBOL(nla_reserve);
|
| /linux/net/netfilter/ |
| H A D | nf_tables_trace.c | 38 nla = nla_reserve(nlskb, type, len); in trace_fill_header()
|
| H A D | nft_compat.c | 324 nla = nla_reserve(skb, attr, aligned_size); in nft_extension_dump_info()
|
| H A D | nfnetlink_log.c | 651 nla = nla_reserve(inst->skb, NFULA_PAYLOAD, data_len); in __build_packet_message()
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 1168 attr = nla_reserve(skb, XFRMA_SEC_CTX, ctx_size); in copy_sec_ctx() 1188 attr = nla_reserve(skb, XFRMA_OFFLOAD_DEV, sizeof(*xuo)); in copy_user_offload() 1216 nla = nla_reserve(skb, XFRMA_ALG_AUTH, in copy_to_user_auth() 1230 nla = nla_reserve(skb, XFRMA_ALG_AUTH_TRUNC, xfrm_alg_auth_len(auth)); in copy_to_user_auth() 1247 struct nlattr *nla = nla_reserve(skb, XFRMA_ALG_AEAD, aead_len(aead)); in copy_to_user_aead() 1271 struct nlattr *nla = nla_reserve(skb, XFRMA_ALG_CRYPT, in copy_to_user_ealg() 1291 struct nlattr *nla = nla_reserve(skb, XFRMA_ALG_COMP, sizeof(*calg)); in copy_to_user_calg() 1306 struct nlattr *nla = nla_reserve(skb, XFRMA_ENCAP, sizeof(*ep)); in copy_to_user_encap() 3754 attr = nla_reserve(skb, XFRMA_SA, sizeof(*p)); in xfrm_notify_sa() 4033 attr = nla_reserve(skb, XFRMA_POLICY, sizeof(*p)); in xfrm_notify_policy()
|
| /linux/net/ipv6/ |
| H A D | rpl_iptunnel.c | 324 nla = nla_reserve(skb, attrtype, len); in nla_put_rpl_srh()
|
| H A D | seg6_local.c | 1694 nla = nla_reserve(skb, SEG6_LOCAL_SRH, len); in put_nla_srh() 1803 nla = nla_reserve(skb, SEG6_LOCAL_NH4, sizeof(struct in_addr)); in put_nla_nh4() 1830 nla = nla_reserve(skb, SEG6_LOCAL_NH6, sizeof(struct in6_addr)); in put_nla_nh6()
|
| H A D | seg6_iptunnel.c | 80 nla = nla_reserve(skb, attrtype, len); in nla_put_srh()
|
| /linux/net/unix/ |
| H A D | diag.c | 76 attr = nla_reserve(nlskb, UNIX_DIAG_ICONS, in sk_diag_dump_icons()
|
| /linux/net/wireless/ |
| H A D | wext-core.c | 569 nla = nla_reserve(skb, IFLA_WIRELESS, event_len); in wireless_send_event() 607 nla = nla_reserve(compskb, IFLA_WIRELESS, event_len); in wireless_send_event()
|
| /linux/include/net/ |
| H A D | netlink.h | 558 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen); 2371 !nla_reserve(skb, padattr, 0)) in nla_align_64bit()
|
| /linux/kernel/ |
| H A D | taskstats.c | 431 na = nla_reserve(rep_skb, CGROUPSTATS_TYPE_CGROUP_STATS, in cgroupstats_user_cmd()
|
| /linux/net/ipv4/ |
| H A D | tcp_diag.c | 71 attr = nla_reserve(skb, INET_DIAG_MD5SIG, in tcp_diag_put_md5sig()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1734 nla = nla_reserve(skb, RTA_VIA, alen + 2); in nla_put_via() 1754 nla = nla_reserve(skb, attrtype, labels*4); in nla_put_labels()
|