Symbol: nla_get_be32
drivers/net/bonding/bond_netlink.c
310
target = nla_get_be32(attr);
drivers/net/geneve.c
1993
info->key.label = nla_get_be32(data[IFLA_GENEVE_LABEL]) &
drivers/net/gtp.c
1389
udp_conf->local_ip.s_addr = nla_get_be32(nla);
drivers/net/gtp.c
1796
nla_get_be32(info->attrs[GTPA_PEER_ADDRESS]);
drivers/net/gtp.c
1806
nla_get_be32(info->attrs[GTPA_MS_ADDRESS]);
drivers/net/gtp.c
1859
ms_addr = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]);
drivers/net/gtp.c
2081
__be32 ip = nla_get_be32(nla[GTPA_MS_ADDRESS]);
drivers/net/gtp.c
2345
dst_ip = nla_get_be32(info->attrs[GTPA_PEER_ADDRESS]);
drivers/net/gtp.c
2346
src_ip = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]);
drivers/net/vxlan/vxlan_core.c
4149
conf->label = nla_get_be32(data[IFLA_VXLAN_LABEL]) &
include/linux/netfilter/ipset/ip_set.h
392
return ntohl(nla_get_be32(attr));
include/net/netlink.h
1772
return nla_get_be32(nla);
lib/nlattr.c
204
value = ntohl(nla_get_be32(nla));
lib/nlattr.c
379
value = ntohl(nla_get_be32(nla));
net/bridge/netfilter/nft_meta_bridge.c
145
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/bridge/netfilter/nft_meta_bridge.c
86
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/ieee802154/nl802154.c
1955
params.frame_counter = nla_get_be32(info->attrs[NL802154_ATTR_SEC_FRAME_COUNTER]);
net/ipv4/fib_frontend.c
781
cfg->fc_dst = nla_get_be32(attr);
net/ipv4/fib_frontend.c
788
cfg->fc_gw4 = nla_get_be32(attr);
net/ipv4/fib_frontend.c
802
cfg->fc_prefsrc = nla_get_be32(attr);
net/ipv4/ip_gre.c
1171
(ntohl(nla_get_be32(data[IFLA_GRE_IKEY])) & ~ID_MASK))
net/ipv4/ip_gre.c
1175
(ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK))
net/ipv4/ip_gre.c
1208
parms->i_key = nla_get_be32(data[IFLA_GRE_IKEY]);
net/ipv4/ip_gre.c
1211
parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]);
net/ipv4/ip_tunnel_core.c
1164
parms->iph.saddr = nla_get_be32(data[IFLA_IPTUN_LOCAL]);
net/ipv4/ip_tunnel_core.c
1167
parms->iph.daddr = nla_get_be32(data[IFLA_IPTUN_REMOTE]);
net/ipv4/ip_tunnel_core.c
593
md->u.index = nla_get_be32(attr);
net/ipv4/ip_vti.c
562
parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]);
net/ipv4/ip_vti.c
565
parms->o_key = nla_get_be32(data[IFLA_VTI_OKEY]);
net/ipv4/ipmr.c
2835
mfcc->mfcc_origin.s_addr = nla_get_be32(attr);
net/ipv4/ipmr.c
2838
mfcc->mfcc_mcastgrp.s_addr = nla_get_be32(attr);
net/ipv4/netfilter/nft_fib_ipv4.c
188
result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
net/ipv4/nexthop.c
3168
cfg->gw.ipv4 = nla_get_be32(gwa);
net/ipv6/fib6_rules.c
402
flowlabel = nla_get_be32(tb[FRA_FLOWLABEL]);
net/ipv6/fib6_rules.c
403
flowlabel_mask = nla_get_be32(tb[FRA_FLOWLABEL_MASK]);
net/ipv6/fib6_rules.c
524
nla_get_be32(tb[FRA_FLOWLABEL]) != rule6->flowlabel)
net/ipv6/fib6_rules.c
528
nla_get_be32(tb[FRA_FLOWLABEL_MASK]) != rule6->flowlabel_mask)
net/ipv6/ip6_gre.c
1699
(ntohl(nla_get_be32(data[IFLA_GRE_IKEY])) & ~ID_MASK))
net/ipv6/ip6_gre.c
1703
(ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK))
net/ipv6/ip6_gre.c
1779
parms->i_key = nla_get_be32(data[IFLA_GRE_IKEY]);
net/ipv6/ip6_gre.c
1782
parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]);
net/ipv6/ip6_gre.c
1797
parms->flowinfo = nla_get_be32(data[IFLA_GRE_FLOWINFO]);
net/ipv6/ip6_tunnel.c
2032
parms->flowinfo = nla_get_be32(data[IFLA_IPTUN_FLOWINFO]);
net/ipv6/ip6_vti.c
991
parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]);
net/ipv6/ip6_vti.c
994
parms->o_key = nla_get_be32(data[IFLA_VTI_OKEY]);
net/ipv6/netfilter/nft_fib_ipv6.c
250
result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
net/ipv6/route.c
6161
(nla_get_be32(tb[RTA_FLOWLABEL]) & ~IPV6_FLOWLABEL_MASK)) {
net/ipv6/sit.c
1527
nla_get_be32(data[IFLA_IPTUN_6RD_RELAY_PREFIX]);
net/netfilter/ipset/ip_set_core.c
298
*ipaddr = nla_get_be32(tb[IPSET_ATTR_IPADDR_IPV4]);
net/netfilter/ipset/ip_set_core.c
511
be32_to_cpu(nla_get_be32(tb[IPSET_ATTR_SKBPRIO]));
net/netfilter/ipset/ip_set_hash_gen.h
1499
markmask = ntohl(nla_get_be32(tb[IPSET_ATTR_MARKMASK]));
net/netfilter/ipset/ip_set_hash_gen.h
1590
h->initval = ntohl(nla_get_be32(tb[IPSET_ATTR_INITVAL]));
net/netfilter/ipset/ip_set_hash_ipmark.c
122
e.mark = ntohl(nla_get_be32(tb[IPSET_ATTR_MARK]));
net/netfilter/ipset/ip_set_hash_ipmark.c
264
e.mark = ntohl(nla_get_be32(tb[IPSET_ATTR_MARK]));
net/netfilter/ipvs/ip_vs_ctl.c
3514
usvc->netmask = nla_get_be32(nla_netmask);
net/netfilter/nf_conntrack_netlink.c
1653
__be32 id = nla_get_be32(cda[CTA_ID]);
net/netfilter/nf_conntrack_netlink.c
1901
return nf_ct_change_status_common(ct, ntohl(nla_get_be32(cda[CTA_STATUS])));
net/netfilter/nf_conntrack_netlink.c
1996
return __nf_ct_change_timeout(ct, (u64)ntohl(nla_get_be32(cda[CTA_TIMEOUT])) * HZ);
net/netfilter/nf_conntrack_netlink.c
2006
mask = ~ntohl(nla_get_be32(cda[CTA_MARK_MASK]));
net/netfilter/nf_conntrack_netlink.c
2008
mark = ntohl(nla_get_be32(cda[CTA_MARK]));
net/netfilter/nf_conntrack_netlink.c
2061
ntohl(nla_get_be32(cda[CTA_SEQADJ_CORRECTION_POS]));
net/netfilter/nf_conntrack_netlink.c
2067
ntohl(nla_get_be32(cda[CTA_SEQADJ_OFFSET_BEFORE]));
net/netfilter/nf_conntrack_netlink.c
2073
ntohl(nla_get_be32(cda[CTA_SEQADJ_OFFSET_AFTER]));
net/netfilter/nf_conntrack_netlink.c
2141
synproxy->isn = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ISN]));
net/netfilter/nf_conntrack_netlink.c
2142
synproxy->its = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ITS]));
net/netfilter/nf_conntrack_netlink.c
2143
synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF]));
net/netfilter/nf_conntrack_netlink.c
2317
timeout = (u64)ntohl(nla_get_be32(cda[CTA_TIMEOUT])) * HZ;
net/netfilter/nf_conntrack_netlink.c
2777
unsigned int status = ntohl(nla_get_be32(cda[CTA_STATUS]));
net/netfilter/nf_conntrack_netlink.c
3354
__be32 id = nla_get_be32(cda[CTA_EXPECT_ID]);
net/netfilter/nf_conntrack_netlink.c
3428
__be32 id = nla_get_be32(cda[CTA_EXPECT_ID]);
net/netfilter/nf_conntrack_netlink.c
3471
ntohl(nla_get_be32(cda[CTA_EXPECT_TIMEOUT])) * HZ;
net/netfilter/nf_conntrack_netlink.c
3510
exp->dir = ntohl(nla_get_be32(tb[CTA_EXPECT_NAT_DIR]));
net/netfilter/nf_conntrack_netlink.c
3539
class = ntohl(nla_get_be32(cda[CTA_EXPECT_CLASS]));
net/netfilter/nf_conntrack_netlink.c
3548
exp->flags = ntohl(nla_get_be32(cda[CTA_EXPECT_FLAGS]));
net/netfilter/nf_conntrack_netlink.c
950
mark->val = ntohl(nla_get_be32(cda[CTA_MARK]));
net/netfilter/nf_conntrack_netlink.c
953
mark->mask = ntohl(nla_get_be32(cda[CTA_MARK_MASK]));
net/netfilter/nf_conntrack_netlink.c
967
status->val = ntohl(nla_get_be32(cda[CTA_STATUS]));
net/netfilter/nf_conntrack_netlink.c
969
status->mask = ntohl(nla_get_be32(cda[CTA_STATUS_MASK]));
net/netfilter/nf_conntrack_proto_generic.c
31
ntohl(nla_get_be32(tb[CTA_TIMEOUT_GENERIC_TIMEOUT])) * HZ;
net/netfilter/nf_conntrack_proto_gre.c
264
ntohl(nla_get_be32(tb[CTA_TIMEOUT_GRE_UNREPLIED])) * HZ;
net/netfilter/nf_conntrack_proto_gre.c
268
ntohl(nla_get_be32(tb[CTA_TIMEOUT_GRE_REPLIED])) * HZ;
net/netfilter/nf_conntrack_proto_icmp.c
331
ntohl(nla_get_be32(tb[CTA_TIMEOUT_ICMP_TIMEOUT])) * HZ;
net/netfilter/nf_conntrack_proto_icmpv6.c
309
ntohl(nla_get_be32(tb[CTA_TIMEOUT_ICMPV6_TIMEOUT])) * HZ;
net/netfilter/nf_conntrack_proto_sctp.c
619
nla_get_be32(tb[CTA_PROTOINFO_SCTP_VTAG_ORIGINAL]);
net/netfilter/nf_conntrack_proto_sctp.c
621
nla_get_be32(tb[CTA_PROTOINFO_SCTP_VTAG_REPLY]);
net/netfilter/nf_conntrack_proto_sctp.c
650
timeouts[i] = ntohl(nla_get_be32(tb[i])) * HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1480
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_SYN_SENT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1485
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_SYN_RECV]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1489
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_ESTABLISHED]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1493
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_FIN_WAIT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1497
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_CLOSE_WAIT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1501
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_LAST_ACK]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1505
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_TIME_WAIT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1509
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_CLOSE]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1513
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_SYN_SENT2]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1517
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_RETRANS]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1521
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_UNACK]))*HZ;
net/netfilter/nf_conntrack_proto_udp.c
237
ntohl(nla_get_be32(tb[CTA_TIMEOUT_UDP_UNREPLIED])) * HZ;
net/netfilter/nf_conntrack_proto_udp.c
241
ntohl(nla_get_be32(tb[CTA_TIMEOUT_UDP_REPLIED])) * HZ;
net/netfilter/nf_nat_core.c
1077
range->min_addr.ip = nla_get_be32(tb[CTA_NAT_V4_MINIP]);
net/netfilter/nf_tables_api.c
11483
val = ntohl(nla_get_be32(attr));
net/netfilter/nf_tables_api.c
11496
reg = ntohl(nla_get_be32(attr));
net/netfilter/nf_tables_api.c
11665
data->verdict.code = ntohl(nla_get_be32(tb[NFTA_VERDICT_CODE]));
net/netfilter/nf_tables_api.c
1452
flags = ntohl(nla_get_be32(ctx->nla[NFTA_TABLE_FLAGS]));
net/netfilter/nf_tables_api.c
1625
flags = ntohl(nla_get_be32(nla[NFTA_TABLE_FLAGS]));
net/netfilter/nf_tables_api.c
2523
hook->num = ntohl(nla_get_be32(ha[NFTA_HOOK_HOOKNUM]));
net/netfilter/nf_tables_api.c
2524
hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
2546
hook->num = ntohl(nla_get_be32(ha[NFTA_HOOK_HOOKNUM]));
net/netfilter/nf_tables_api.c
2551
hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
3043
u32 id = ntohl(nla_get_be32(nla));
net/netfilter/nf_tables_api.c
3118
policy = ntohl(nla_get_be32(nla[NFTA_CHAIN_POLICY]));
net/netfilter/nf_tables_api.c
3129
flags = ntohl(nla_get_be32(nla[NFTA_CHAIN_FLAGS]));
net/netfilter/nf_tables_api.c
4469
u32 id = ntohl(nla_get_be32(nla));
net/netfilter/nf_tables_api.c
4719
u32 id = ntohl(nla_get_be32(nla));
net/netfilter/nf_tables_api.c
5192
len = ntohl(nla_get_be32(tb[NFTA_SET_FIELD_LEN]));
net/netfilter/nf_tables_api.c
5242
desc->size = ntohl(nla_get_be32(da[NFTA_SET_DESC_SIZE]));
net/netfilter/nf_tables_api.c
5370
desc.ktype = ntohl(nla_get_be32(nla[NFTA_SET_KEY_TYPE]));
net/netfilter/nf_tables_api.c
5375
desc.klen = ntohl(nla_get_be32(nla[NFTA_SET_KEY_LEN]));
net/netfilter/nf_tables_api.c
5381
flags = ntohl(nla_get_be32(nla[NFTA_SET_FLAGS]));
net/netfilter/nf_tables_api.c
5407
desc.dtype = ntohl(nla_get_be32(nla[NFTA_SET_DATA_TYPE]));
net/netfilter/nf_tables_api.c
5415
desc.dlen = ntohl(nla_get_be32(nla[NFTA_SET_DATA_LEN]));
net/netfilter/nf_tables_api.c
5427
desc.objtype = ntohl(nla_get_be32(nla[NFTA_SET_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
5456
desc.gc_int = ntohl(nla_get_be32(nla[NFTA_SET_GC_INTERVAL]));
net/netfilter/nf_tables_api.c
5461
desc.policy = ntohl(nla_get_be32(nla[NFTA_SET_POLICY]));
net/netfilter/nf_tables_api.c
631
ntohl(nla_get_be32(ctx->nla[NFTA_CHAIN_ID]));
net/netfilter/nf_tables_api.c
6358
*flags = ntohl(nla_get_be32(attr));
net/netfilter/nf_tables_api.c
703
ntohl(nla_get_be32(ctx->nla[NFTA_RULE_ID]));
net/netfilter/nf_tables_api.c
775
ntohl(nla_get_be32(ctx->nla[NFTA_SET_ID]));
net/netfilter/nf_tables_api.c
8233
objtype = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8459
ctx->type = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8501
objtype = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8600
objtype = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8802
hooknum = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_NUM]));
net/netfilter/nf_tables_api.c
8806
priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
8812
hooknum = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_NUM]));
net/netfilter/nf_tables_api.c
8818
priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
9038
flags = ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS]));
net/netfilter/nf_tables_api.c
9166
ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS]));
net/netfilter/nfnetlink.c
639
gen_id = ntohl(nla_get_be32(cda[NFNL_BATCH_GENID]));
net/netfilter/nfnetlink_acct.c
102
flags = ntohl(nla_get_be32(tb[NFACCT_FLAGS]));
net/netfilter/nfnetlink_acct.c
267
filter->mask = ntohl(nla_get_be32(tb[NFACCT_FILTER_MASK]));
net/netfilter/nfnetlink_acct.c
268
filter->value = ntohl(nla_get_be32(tb[NFACCT_FILTER_VALUE]));
net/netfilter/nfnetlink_cthelper.c
156
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_MAX]));
net/netfilter/nfnetlink_cthelper.c
161
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_TIMEOUT]));
net/netfilter/nfnetlink_cthelper.c
189
class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM]));
net/netfilter/nfnetlink_cthelper.c
241
size = ntohl(nla_get_be32(tb[NFCTH_PRIV_DATA_LEN]));
net/netfilter/nfnetlink_cthelper.c
258
helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
net/netfilter/nfnetlink_cthelper.c
261
int status = ntohl(nla_get_be32(tb[NFCTH_STATUS]));
net/netfilter/nfnetlink_cthelper.c
308
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_MAX]));
net/netfilter/nfnetlink_cthelper.c
313
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_TIMEOUT]));
net/netfilter/nfnetlink_cthelper.c
374
class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM]));
net/netfilter/nfnetlink_cthelper.c
389
size = ntohl(nla_get_be32(tb[NFCTH_PRIV_DATA_LEN]));
net/netfilter/nfnetlink_cthelper.c
400
helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
net/netfilter/nfnetlink_cthelper.c
403
int status = ntohl(nla_get_be32(tb[NFCTH_STATUS]));
net/netfilter/nfnetlink_hook.c
392
hooknum = ntohl(nla_get_be32(nla[NFNLA_HOOK_HOOKNUM]));
net/netfilter/nfnetlink_log.c
972
__be32 timeout = nla_get_be32(nfula[NFULA_CFG_TIMEOUT]);
net/netfilter/nfnetlink_log.c
978
__be32 nlbufsiz = nla_get_be32(nfula[NFULA_CFG_NLBUFSIZ]);
net/netfilter/nfnetlink_log.c
984
__be32 qthresh = nla_get_be32(nfula[NFULA_CFG_QTHRESH]);
net/netfilter/nfnetlink_queue.c
1437
entry->skb->mark = ntohl(nla_get_be32(nfqa[NFQA_MARK]));
net/netfilter/nfnetlink_queue.c
1440
entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));
net/netfilter/nfnetlink_queue.c
1568
entry->skb->mark = ntohl(nla_get_be32(nfqa[NFQA_MARK]));
net/netfilter/nfnetlink_queue.c
1571
entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));
net/netfilter/nfnetlink_queue.c
1628
flags = ntohl(nla_get_be32(nfqa[NFQA_CFG_FLAGS]));
net/netfilter/nfnetlink_queue.c
1629
mask = ntohl(nla_get_be32(nfqa[NFQA_CFG_MASK]));
net/netfilter/nft_bitwise.c
268
priv->op = ntohl(nla_get_be32(tb[NFTA_BITWISE_OP]));
net/netfilter/nft_bitwise.c
616
ntohl(nla_get_be32(tb[NFTA_BITWISE_OP])) != NFT_BITWISE_MASK_XOR)
net/netfilter/nft_byteorder.c
112
priv->op = ntohl(nla_get_be32(tb[NFTA_BYTEORDER_OP]));
net/netfilter/nft_cmp.c
234
priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ;
net/netfilter/nft_cmp.c
331
priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ;
net/netfilter/nft_cmp.c
400
op = ntohl(nla_get_be32(tb[NFTA_CMP_OP]));
net/netfilter/nft_cmp.c
417
sreg = ntohl(nla_get_be32(tb[NFTA_CMP_SREG]));
net/netfilter/nft_cmp.c
90
priv->op = ntohl(nla_get_be32(tb[NFTA_CMP_OP]));
net/netfilter/nft_compat.c
216
flags = ntohl(nla_get_be32(tb[NFTA_RULE_COMPAT_FLAGS]));
net/netfilter/nft_compat.c
223
l4proto = ntohl(nla_get_be32(tb[NFTA_RULE_COMPAT_PROTO]));
net/netfilter/nft_compat.c
697
rev = ntohl(nla_get_be32(tb[NFTA_COMPAT_REV]));
net/netfilter/nft_compat.c
703
target = nla_get_be32(tb[NFTA_COMPAT_TYPE]) == htonl(1);
net/netfilter/nft_compat.c
806
rev = ntohl(nla_get_be32(tb[NFTA_MATCH_REV]));
net/netfilter/nft_compat.c
886
rev = ntohl(nla_get_be32(tb[NFTA_TARGET_REV]));
net/netfilter/nft_connlimit.c
64
limit = ntohl(nla_get_be32(tb[NFTA_CONNLIMIT_COUNT]));
net/netfilter/nft_connlimit.c
67
flags = ntohl(nla_get_be32(tb[NFTA_CONNLIMIT_FLAGS]));
net/netfilter/nft_ct.c
400
priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
net/netfilter/nft_ct.c
568
priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
net/netfilter/nft_ct.c
827
u32 k = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
net/netfilter/nft_ct.c
843
if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE))
net/netfilter/nft_dynset.c
189
u32 flags = ntohl(nla_get_be32(tb[NFTA_DYNSET_FLAGS]));
net/netfilter/nft_dynset.c
213
priv->op = ntohl(nla_get_be32(tb[NFTA_DYNSET_OP]));
net/netfilter/nft_exthdr.c
809
op = ntohl(nla_get_be32(tb[NFTA_EXTHDR_OP]));
net/netfilter/nft_fib.c
76
priv->flags = ntohl(nla_get_be32(tb[NFTA_FIB_FLAGS]));
net/netfilter/nft_fib.c
90
priv->result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
net/netfilter/nft_fwd_netdev.c
168
priv->nfproto = ntohl(nla_get_be32(tb[NFTA_FWD_NFPROTO]));
net/netfilter/nft_hash.c
107
priv->seed = ntohl(nla_get_be32(tb[NFTA_HASH_SEED]));
net/netfilter/nft_hash.c
128
priv->offset = ntohl(nla_get_be32(tb[NFTA_HASH_OFFSET]));
net/netfilter/nft_hash.c
130
priv->modulus = ntohl(nla_get_be32(tb[NFTA_HASH_MODULUS]));
net/netfilter/nft_hash.c
251
type = ntohl(nla_get_be32(tb[NFTA_HASH_TYPE]));
net/netfilter/nft_hash.c
85
priv->offset = ntohl(nla_get_be32(tb[NFTA_HASH_OFFSET]));
net/netfilter/nft_hash.c
99
priv->modulus = ntohl(nla_get_be32(tb[NFTA_HASH_MODULUS]));
net/netfilter/nft_immediate.c
37
reg = ntohl(nla_get_be32(nla));
net/netfilter/nft_inner.c
352
flags = ntohl(nla_get_be32(tb[NFTA_INNER_FLAGS]));
net/netfilter/nft_inner.c
356
num = ntohl(nla_get_be32(tb[NFTA_INNER_NUM]));
net/netfilter/nft_inner.c
360
hdrsize = ntohl(nla_get_be32(tb[NFTA_INNER_HDRSIZE]));
net/netfilter/nft_inner.c
361
type = ntohl(nla_get_be32(tb[NFTA_INNER_TYPE]));
net/netfilter/nft_last.c
38
last->set = ntohl(nla_get_be32(tb[NFTA_LAST_SET]));
net/netfilter/nft_limit.c
104
u32 flags = ntohl(nla_get_be32(tb[NFTA_LIMIT_FLAGS]));
net/netfilter/nft_limit.c
312
switch (ntohl(nla_get_be32(tb[NFTA_LIMIT_TYPE]))) {
net/netfilter/nft_limit.c
436
switch (ntohl(nla_get_be32(tb[NFTA_LIMIT_TYPE]))) {
net/netfilter/nft_limit.c
77
priv->burst = ntohl(nla_get_be32(tb[NFTA_LIMIT_BURST]));
net/netfilter/nft_log.c
122
ntohl(nla_get_be32(tb[NFTA_LOG_LEVEL]));
net/netfilter/nft_log.c
133
ntohl(nla_get_be32(tb[NFTA_LOG_FLAGS]));
net/netfilter/nft_log.c
145
ntohl(nla_get_be32(tb[NFTA_LOG_SNAPLEN]));
net/netfilter/nft_lookup.c
159
flags = ntohl(nla_get_be32(tb[NFTA_LOOKUP_FLAGS]));
net/netfilter/nft_masq.c
51
priv->flags = ntohl(nla_get_be32(tb[NFTA_MASQ_FLAGS]));
net/netfilter/nft_meta.c
473
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/netfilter/nft_meta.c
638
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/netfilter/nft_meta.c
843
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/netfilter/nft_nat.c
183
switch (ntohl(nla_get_be32(tb[NFTA_NAT_TYPE]))) {
net/netfilter/nft_nat.c
197
family = ntohl(nla_get_be32(tb[NFTA_NAT_FAMILY]));
net/netfilter/nft_nat.c
255
priv->flags |= ntohl(nla_get_be32(tb[NFTA_NAT_FLAGS]));
net/netfilter/nft_numgen.c
159
priv->offset = ntohl(nla_get_be32(tb[NFTA_NG_OFFSET]));
net/netfilter/nft_numgen.c
161
priv->modulus = ntohl(nla_get_be32(tb[NFTA_NG_MODULUS]));
net/netfilter/nft_numgen.c
221
type = ntohl(nla_get_be32(tb[NFTA_NG_TYPE]));
net/netfilter/nft_numgen.c
60
priv->offset = ntohl(nla_get_be32(tb[NFTA_NG_OFFSET]));
net/netfilter/nft_numgen.c
62
priv->modulus = ntohl(nla_get_be32(tb[NFTA_NG_MODULUS]));
net/netfilter/nft_objref.c
66
objtype = ntohl(nla_get_be32(tb[NFTA_OBJREF_IMM_TYPE]));
net/netfilter/nft_osf.c
79
flags = ntohl(nla_get_be32(tb[NFTA_OSF_FLAGS]));
net/netfilter/nft_payload.c
1056
base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
228
priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
229
priv->offset = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_OFFSET]));
net/netfilter/nft_payload.c
230
priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN]));
net/netfilter/nft_payload.c
657
base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
669
priv->offset = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_OFFSET]));
net/netfilter/nft_payload.c
670
priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN]));
net/netfilter/nft_payload.c
947
priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
948
priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN]));
net/netfilter/nft_payload.c
956
csum_type = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_TYPE]));
net/netfilter/nft_payload.c
968
flags = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_FLAGS]));
net/netfilter/nft_quota.c
92
flags = ntohl(nla_get_be32(tb[NFTA_QUOTA_FLAGS]));
net/netfilter/nft_redir.c
72
priv->flags = ntohl(nla_get_be32(tb[NFTA_REDIR_FLAGS]));
net/netfilter/nft_reject.c
47
priv->type = ntohl(nla_get_be32(tb[NFTA_REJECT_TYPE]));
net/netfilter/nft_rt.c
121
priv->key = ntohl(nla_get_be32(tb[NFTA_RT_KEY]));
net/netfilter/nft_set_bitmap.c
260
u32 klen = ntohl(nla_get_be32(nla[NFTA_SET_KEY_LEN]));
net/netfilter/nft_socket.c
191
priv->key = ntohl(nla_get_be32(tb[NFTA_SOCKET_KEY]));
net/netfilter/nft_socket.c
208
level = ntohl(nla_get_be32(tb[NFTA_SOCKET_LEVEL]));
net/netfilter/nft_synproxy.c
166
flags = ntohl(nla_get_be32(tb[NFTA_SYNPROXY_FLAGS]));
net/netfilter/nft_tproxy.c
203
priv->family = ntohl(nla_get_be32(tb[NFTA_TPROXY_FAMILY]));
net/netfilter/nft_tunnel.c
207
info->key.u.ipv4.src = nla_get_be32(tb[NFTA_TUNNEL_KEY_IP_SRC]);
net/netfilter/nft_tunnel.c
209
info->key.u.ipv4.dst = nla_get_be32(tb[NFTA_TUNNEL_KEY_IP_DST]);
net/netfilter/nft_tunnel.c
246
info->key.label = nla_get_be32(tb[NFTA_TUNNEL_KEY_IP6_FLOWLABEL]);
net/netfilter/nft_tunnel.c
271
opts->u.vxlan.gbp = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_VXLAN_GBP]));
net/netfilter/nft_tunnel.c
303
version = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_ERSPAN_VERSION]));
net/netfilter/nft_tunnel.c
310
nla_get_be32(tb[NFTA_TUNNEL_KEY_ERSPAN_V1_INDEX]);
net/netfilter/nft_tunnel.c
459
info.key.tun_id = key32_to_tunnel_id(nla_get_be32(tb[NFTA_TUNNEL_KEY_ID]));
net/netfilter/nft_tunnel.c
486
tun_flags = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_FLAGS]));
net/netfilter/nft_tunnel.c
85
priv->key = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY]));
net/netfilter/nft_tunnel.c
98
priv->mode = ntohl(nla_get_be32(tb[NFTA_TUNNEL_MODE]));
net/netfilter/nft_xfrm.c
54
priv->key = ntohl(nla_get_be32(tb[NFTA_XFRM_KEY]));
net/netfilter/nft_xfrm.c
83
spnum = ntohl(nla_get_be32(tb[NFTA_XFRM_SPNUM]));
net/sched/act_tunnel_key.c
205
md->u.index = nla_get_be32(nla);
net/sched/act_tunnel_key.c
411
key32 = nla_get_be32(tb[TCA_TUNNEL_KEY_ENC_KEY_ID]);
net/sched/cls_flower.c
1195
key = be32_to_cpu(nla_get_be32(tb[fl_key]));
net/sched/cls_flower.c
1196
mask = be32_to_cpu(nla_get_be32(tb[fl_mask]));
net/sched/cls_flower.c
1403
md->u.index = nla_get_be32(nla);