nla_get_be64      565 net/core/fib_rules.c 		nlrule->tun_id = nla_get_be64(tb[FRA_TUN_ID]);
nla_get_be64      254 net/ipv4/ip_tunnel_core.c 		tun_info->key.tun_id = nla_get_be64(tb[LWTUNNEL_IP_ID]);
nla_get_be64      363 net/ipv4/ip_tunnel_core.c 		tun_info->key.tun_id = nla_get_be64(tb[LWTUNNEL_IP6_ID]);
nla_get_be64      417 net/netfilter/ipset/ip_set_core.c 			ext->bytes = be64_to_cpu(nla_get_be64(
nla_get_be64      420 net/netfilter/ipset/ip_set_core.c 			ext->packets = be64_to_cpu(nla_get_be64(
nla_get_be64      431 net/netfilter/ipset/ip_set_core.c 		fullmark = be64_to_cpu(nla_get_be64(tb[IPSET_ATTR_SKBMARK]));
nla_get_be64      661 net/netfilter/nf_conntrack_proto_dccp.c 		be64_to_cpu(nla_get_be64(tb[CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ]));
nla_get_be64      476 net/netfilter/nf_tables_api.c 		if (be64_to_cpu(nla_get_be64(nla)) == table->handle &&
nla_get_be64     1484 net/netfilter/nf_tables_api.c 	stats->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES]));
nla_get_be64     1485 net/netfilter/nf_tables_api.c 	stats->pkts = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_PACKETS]));
nla_get_be64     1906 net/netfilter/nf_tables_api.c 		handle = be64_to_cpu(nla_get_be64(nla[NFTA_CHAIN_HANDLE]));
nla_get_be64     1994 net/netfilter/nf_tables_api.c 		handle = be64_to_cpu(nla_get_be64(attr));
nla_get_be64     2322 net/netfilter/nf_tables_api.c 	return __nft_rule_lookup(chain, be64_to_cpu(nla_get_be64(nla)));
nla_get_be64     2751 net/netfilter/nf_tables_api.c 		handle = be64_to_cpu(nla_get_be64(nla[NFTA_RULE_HANDLE]));
nla_get_be64     2776 net/netfilter/nf_tables_api.c 			pos_handle = be64_to_cpu(nla_get_be64(nla[NFTA_RULE_POSITION]));
nla_get_be64     3180 net/netfilter/nf_tables_api.c 		if (be64_to_cpu(nla_get_be64(nla)) == set->handle &&
nla_get_be64     3280 net/netfilter/nf_tables_api.c 	u64 ms = be64_to_cpu(nla_get_be64(nla));
nla_get_be64     5065 net/netfilter/nf_tables_api.c 		if (be64_to_cpu(nla_get_be64(nla)) == obj->handle &&
nla_get_be64     5667 net/netfilter/nf_tables_api.c                if (be64_to_cpu(nla_get_be64(nla)) == flowtable->handle &&
nla_get_be64      111 net/netfilter/nfnetlink_acct.c 		*quota = be64_to_cpu(nla_get_be64(tb[NFACCT_QUOTA]));
nla_get_be64      119 net/netfilter/nfnetlink_acct.c 			     be64_to_cpu(nla_get_be64(tb[NFACCT_BYTES])));
nla_get_be64      123 net/netfilter/nfnetlink_acct.c 			     be64_to_cpu(nla_get_be64(tb[NFACCT_PKTS])));
nla_get_be64       71 net/netfilter/nft_counter.c 			be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_PACKETS]));
nla_get_be64       75 net/netfilter/nft_counter.c 			be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES]));
nla_get_be64      183 net/netfilter/nft_dynset.c 		timeout = msecs_to_jiffies(be64_to_cpu(nla_get_be64(
nla_get_be64       63 net/netfilter/nft_limit.c 	limit->rate = be64_to_cpu(nla_get_be64(tb[NFTA_LIMIT_RATE]));
nla_get_be64       64 net/netfilter/nft_limit.c 	unit = be64_to_cpu(nla_get_be64(tb[NFTA_LIMIT_UNIT]));
nla_get_be64       75 net/netfilter/nft_quota.c 	quota = be64_to_cpu(nla_get_be64(tb[NFTA_QUOTA_BYTES]));
nla_get_be64       80 net/netfilter/nft_quota.c 		consumed = be64_to_cpu(nla_get_be64(tb[NFTA_QUOTA_CONSUMED]));
nla_get_be64      684 net/openvswitch/flow_netlink.c 					nla_get_be64(a), is_mask);