| /linux/kernel/power/ |
| H A D | em_netlink.c | 34 cpus_sz = nla_total_size_64bit(sizeof(u64)) * nr_cpus; in __em_nl_get_pd_size() 40 nla_total_size_64bit(sizeof(u64)) + in __em_nl_get_pd_size() 172 nla_total_size_64bit(sizeof(u64)) + in __em_nl_get_pd_table_size() 174 nla_total_size_64bit(sizeof(u64)) + in __em_nl_get_pd_table_size() 176 nla_total_size_64bit(sizeof(u64)) + in __em_nl_get_pd_table_size() 178 nla_total_size_64bit(sizeof(u64)) + in __em_nl_get_pd_table_size() 180 nla_total_size_64bit(sizeof(u64)); in __em_nl_get_pd_table_size()
|
| /linux/net/bridge/ |
| H A D | br_netlink.c | 201 + nla_total_size_64bit(sizeof(u64)) /* IFLA_BRPORT_MESSAGE_AGE_TIMER */ in br_port_info_size() 202 + nla_total_size_64bit(sizeof(u64)) /* IFLA_BRPORT_FORWARD_DELAY_TIMER */ in br_port_info_size() 203 + nla_total_size_64bit(sizeof(u64)) /* IFLA_BRPORT_HOLD_TIMER */ in br_port_info_size() 1604 nla_total_size_64bit(sizeof(u64)) + /* IFLA_BR_HELLO_TIMER */ in br_get_size() 1605 nla_total_size_64bit(sizeof(u64)) + /* IFLA_BR_TCN_TIMER */ in br_get_size() 1606 nla_total_size_64bit(sizeof(u64)) + /* IFLA_BR_TOPOLOGY_CHANGE_TIMER */ in br_get_size() 1607 nla_total_size_64bit(sizeof(u64)) + /* IFLA_BR_GC_TIMER */ in br_get_size() 1621 nla_total_size_64bit(sizeof(u64)) + /* IFLA_BR_MCAST_LAST_MEMBER_INTVL */ in br_get_size() 1622 nla_total_size_64bit(sizeof(u64)) + /* IFLA_BR_MCAST_MEMBERSHIP_INTVL */ in br_get_size() 1623 nla_total_size_64bit(sizeo in br_get_size() [all...] |
| /linux/net/psample/ |
| H A D | psample.c | 319 sum += nla_total_size_64bit(sizeof(u64)); in psample_tunnel_meta_len() 387 (md->out_tc_occ_valid ? nla_total_size_64bit(sizeof(u64)) : 0) + in psample_sample_packet() 388 (md->latency_valid ? nla_total_size_64bit(sizeof(u64)) : 0) + in psample_sample_packet() 393 nla_total_size_64bit(sizeof(u64)) + /* timestamp */ in psample_sample_packet()
|
| /linux/fs/quota/ |
| H A D | netlink.c | 45 2 * nla_total_size_64bit(sizeof(u64)); in quota_send_warning()
|
| /linux/net/mptcp/ |
| H A D | diag.c | 107 nla_total_size_64bit(8) + /* MPTCP_SUBFLOW_ATTR_MAP_SEQ */ in subflow_get_info_size()
|
| /linux/net/ethtool/ |
| H A D | pause.c | 102 nla_total_size_64bit(sizeof(u64)) * ETHTOOL_PAUSE_STAT_CNT; in pause_reply_size()
|
| H A D | mm.c | 80 nla_total_size_64bit(sizeof(u64)) * ETHTOOL_MM_STAT_CNT; in mm_reply_size()
|
| H A D | tsinfo.c | 171 nla_total_size_64bit(sizeof(u64)) * ETHTOOL_TS_STAT_CNT; in tsinfo_reply_size()
|
| H A D | stats.c | 235 nla_total_size_64bit(sizeof(u64))); in stats_reply_size()
|
| /linux/net/ipv6/ila/ |
| H A D | ila_lwt.c | 298 return nla_total_size_64bit(sizeof(u64)) + /* ILA_ATTR_LOCATOR */ in ila_encap_nlsize()
|
| /linux/net/core/ |
| H A D | sock_diag.c | 123 + nla_total_size_64bit(sizeof(struct tcp_info))); /* INET_DIAG_INFO */ in sock_diag_nlmsg_size()
|
| H A D | rtnetlink.c | 1172 nla_total_size_64bit(sizeof(__u64)) + in rtnl_vfinfo_size() 1174 nla_total_size_64bit(sizeof(__u64)) + in rtnl_vfinfo_size() 1176 nla_total_size_64bit(sizeof(__u64)) + in rtnl_vfinfo_size() 1178 nla_total_size_64bit(sizeof(__u64)) + in rtnl_vfinfo_size() 1180 nla_total_size_64bit(sizeof(__u64)) + in rtnl_vfinfo_size() 1182 nla_total_size_64bit(sizeof(__u64)) + in rtnl_vfinfo_size() 1184 nla_total_size_64bit(sizeof(__u64)) + in rtnl_vfinfo_size() 1186 nla_total_size_64bit(sizeof(__u64))); in rtnl_vfinfo_size() 1300 + nla_total_size_64bit(sizeof(struct rtnl_link_ifmap)) in if_nlmsg_size() 1357 nla_total_size_64bit(sizeof(struct rtnl_link_stats64)); in if_nlmsg_size() [all …]
|
| H A D | bpf_sk_storage.c | 452 nla_total_size_64bit(value_size); in nla_value_size()
|
| /linux/lib/ |
| H A D | nlattr.c | 996 len = nla_total_size_64bit(attrlen); in nla_reserve_64bit() 1121 len = nla_total_size_64bit(attrlen); in nla_put_64bit()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_trace.c | 256 nla_total_size_64bit(sizeof(__be64)) + /* rule handle */ in nft_trace_notify()
|
| H A D | nf_conntrack_netlink.c | 676 + 2 * nla_total_size_64bit(sizeof(uint64_t)) /* CTA_COUNTERS_PACKETS */ in ctnetlink_acct_size() 677 + 2 * nla_total_size_64bit(sizeof(uint64_t)) /* CTA_COUNTERS_BYTES */ in ctnetlink_acct_size() 702 return nla_total_size(0) + 2 * nla_total_size_64bit(sizeof(uint64_t)); in ctnetlink_timestamp_size()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 4402 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_BUSY */ in tcp_opt_stats_get_size() 4403 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_RWND_LIMITED */ in tcp_opt_stats_get_size() 4404 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_SNDBUF_LIMITED */ in tcp_opt_stats_get_size() 4405 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_DATA_SEGS_OUT */ in tcp_opt_stats_get_size() 4406 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_TOTAL_RETRANS */ in tcp_opt_stats_get_size() 4407 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_PACING_RATE */ in tcp_opt_stats_get_size() 4408 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_DELIVERY_RATE */ in tcp_opt_stats_get_size() 4419 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_BYTES_SENT */ in tcp_opt_stats_get_size() 4420 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_BYTES_RETRANS */ in tcp_opt_stats_get_size() 4426 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_EDT */ in tcp_opt_stats_get_size()
|
| H A D | ip_tunnel_core.c | 928 return nla_total_size_64bit(8) /* LWTUNNEL_IP_ID */ in ip_tun_encap_nlsize() 1059 return nla_total_size_64bit(8) /* LWTUNNEL_IP6_ID */ in ip6_tun_encap_nlsize()
|
| H A D | nexthop.c | 1003 nla_total_size_64bit(8);/* NHA_RES_GROUP_UNBALANCED_TIME */ in nh_nlmsg_size_grp_res() 1023 nla_total_size_64bit(8)); /* NHA_GROUP_STATS_ENTRY_PACKETS */ in nh_nlmsg_size_grp() 1027 nla_total_size_64bit(8); /* NHA_GROUP_STATS_ENTRY_PACKETS_HW */ in nh_nlmsg_size_grp()
|
| /linux/net/sched/ |
| H A D | act_skbedit.c | 367 + nla_total_size_64bit(sizeof(u64)); /* TCA_SKBEDIT_FLAGS */ in tcf_skbedit_get_fill_size()
|
| H A D | act_api.c | 451 + nla_total_size_64bit(sizeof(struct gnet_stats_basic)) in tcf_action_shared_attrs_size() 453 + nla_total_size_64bit(sizeof(u64)) in tcf_action_shared_attrs_size() 455 + nla_total_size_64bit(sizeof(struct gnet_stats_queue)) in tcf_action_shared_attrs_size()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 827 + nla_total_size_64bit(sizeof(struct ovs_flow_stats)) /* OVS_FLOW_ATTR_STATS */ in ovs_flow_cmd_msg_size() 829 + nla_total_size_64bit(8); /* OVS_FLOW_ATTR_USED */ in ovs_flow_cmd_msg_size() 1584 msgsize += nla_total_size_64bit(sizeof(struct ovs_dp_stats)); in ovs_dp_cmd_msg_size() 1585 msgsize += nla_total_size_64bit(sizeof(struct ovs_dp_megaflow_stats)); in ovs_dp_cmd_msg_size()
|
| /linux/net/ipv6/ |
| H A D | seg6_local.c | 2628 nla_total_size_64bit(sizeof(__u64)) + in seg6_local_get_encap_size() 2630 nla_total_size_64bit(sizeof(__u64)) + in seg6_local_get_encap_size() 2632 nla_total_size_64bit(sizeof(__u64)); in seg6_local_get_encap_size()
|
| /linux/kernel/ |
| H A D | taskstats.c | 487 nla_total_size_64bit(sizeof(struct taskstats)) + in taskstats_packet_size()
|
| /linux/include/net/ |
| H A D | netlink.h | 2381 static inline int nla_total_size_64bit(int payload) in nla_total_size_64bit() function
|