Symbol: nla_get_be32
drivers/net/bonding/bond_netlink.c
324
target = nla_get_be32(attr);
drivers/net/geneve.c
2175
info->key.label = nla_get_be32(data[IFLA_GENEVE_LABEL]) &
drivers/net/gtp.c
1390
udp_conf->local_ip.s_addr = nla_get_be32(nla);
drivers/net/gtp.c
1797
nla_get_be32(info->attrs[GTPA_PEER_ADDRESS]);
drivers/net/gtp.c
1807
nla_get_be32(info->attrs[GTPA_MS_ADDRESS]);
drivers/net/gtp.c
1860
ms_addr = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]);
drivers/net/gtp.c
2082
__be32 ip = nla_get_be32(nla[GTPA_MS_ADDRESS]);
drivers/net/gtp.c
2346
dst_ip = nla_get_be32(info->attrs[GTPA_PEER_ADDRESS]);
drivers/net/gtp.c
2347
src_ip = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]);
drivers/net/vxlan/vxlan_core.c
4156
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
166
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/bridge/netfilter/nft_meta_bridge.c
90
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
782
cfg->fc_dst = nla_get_be32(attr);
net/ipv4/fib_frontend.c
789
cfg->fc_gw4 = nla_get_be32(attr);
net/ipv4/fib_frontend.c
803
cfg->fc_prefsrc = nla_get_be32(attr);
net/ipv4/ip_gre.c
1172
(ntohl(nla_get_be32(data[IFLA_GRE_IKEY])) & ~ID_MASK))
net/ipv4/ip_gre.c
1176
(ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK))
net/ipv4/ip_gre.c
1209
parms->i_key = nla_get_be32(data[IFLA_GRE_IKEY]);
net/ipv4/ip_gre.c
1212
parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]);
net/ipv4/ip_tunnel_core.c
1170
parms->iph.saddr = nla_get_be32(data[IFLA_IPTUN_LOCAL]);
net/ipv4/ip_tunnel_core.c
1173
parms->iph.daddr = nla_get_be32(data[IFLA_IPTUN_REMOTE]);
net/ipv4/ip_tunnel_core.c
599
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
2889
mfcc->mfcc_origin.s_addr = nla_get_be32(attr);
net/ipv4/ipmr.c
2892
mfcc->mfcc_mcastgrp.s_addr = nla_get_be32(attr);
net/ipv4/netfilter/nft_fib_ipv4.c
186
result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
net/ipv4/nexthop.c
3218
cfg->gw.ipv4 = nla_get_be32(gwa);
net/ipv6/fib6_rules.c
406
flowlabel = nla_get_be32(tb[FRA_FLOWLABEL]);
net/ipv6/fib6_rules.c
407
flowlabel_mask = nla_get_be32(tb[FRA_FLOWLABEL_MASK]);
net/ipv6/fib6_rules.c
528
nla_get_be32(tb[FRA_FLOWLABEL]) != rule6->flowlabel)
net/ipv6/fib6_rules.c
532
nla_get_be32(tb[FRA_FLOWLABEL_MASK]) != rule6->flowlabel_mask)
net/ipv6/ip6_gre.c
1700
(ntohl(nla_get_be32(data[IFLA_GRE_IKEY])) & ~ID_MASK))
net/ipv6/ip6_gre.c
1704
(ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK))
net/ipv6/ip6_gre.c
1780
parms->i_key = nla_get_be32(data[IFLA_GRE_IKEY]);
net/ipv6/ip6_gre.c
1783
parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]);
net/ipv6/ip6_gre.c
1798
parms->flowinfo = nla_get_be32(data[IFLA_GRE_FLOWINFO]);
net/ipv6/ip6_tunnel.c
2047
parms->flowinfo = nla_get_be32(data[IFLA_IPTUN_FLOWINFO]);
net/ipv6/ip6_vti.c
1001
parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]);
net/ipv6/ip6_vti.c
1004
parms->o_key = nla_get_be32(data[IFLA_VTI_OKEY]);
net/ipv6/netfilter/nft_fib_ipv6.c
286
result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
net/ipv6/route.c
6182
(nla_get_be32(tb[RTA_FLOWLABEL]) & ~IPV6_FLOWLABEL_MASK)) {
net/ipv6/sit.c
1531
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
1537
markmask = ntohl(nla_get_be32(tb[IPSET_ATTR_MARKMASK]));
net/netfilter/ipset/ip_set_hash_gen.h
1635
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
268
e.mark = ntohl(nla_get_be32(tb[IPSET_ATTR_MARK]));
net/netfilter/ipvs/ip_vs_ctl.c
4241
usvc->netmask = nla_get_be32(nla_netmask);
net/netfilter/nf_conntrack_netlink.c
1652
__be32 id = nla_get_be32(cda[CTA_ID]);
net/netfilter/nf_conntrack_netlink.c
1900
return nf_ct_change_status_common(ct, ntohl(nla_get_be32(cda[CTA_STATUS])));
net/netfilter/nf_conntrack_netlink.c
1984
return __nf_ct_change_timeout(ct, (u64)ntohl(nla_get_be32(cda[CTA_TIMEOUT])) * HZ);
net/netfilter/nf_conntrack_netlink.c
1994
mask = ~ntohl(nla_get_be32(cda[CTA_MARK_MASK]));
net/netfilter/nf_conntrack_netlink.c
1996
mark = ntohl(nla_get_be32(cda[CTA_MARK]));
net/netfilter/nf_conntrack_netlink.c
2049
ntohl(nla_get_be32(cda[CTA_SEQADJ_CORRECTION_POS]));
net/netfilter/nf_conntrack_netlink.c
2055
ntohl(nla_get_be32(cda[CTA_SEQADJ_OFFSET_BEFORE]));
net/netfilter/nf_conntrack_netlink.c
2061
ntohl(nla_get_be32(cda[CTA_SEQADJ_OFFSET_AFTER]));
net/netfilter/nf_conntrack_netlink.c
2129
synproxy->isn = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ISN]));
net/netfilter/nf_conntrack_netlink.c
2130
synproxy->its = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ITS]));
net/netfilter/nf_conntrack_netlink.c
2131
synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF]));
net/netfilter/nf_conntrack_netlink.c
2310
timeout = (u64)ntohl(nla_get_be32(cda[CTA_TIMEOUT])) * HZ;
net/netfilter/nf_conntrack_netlink.c
2771
unsigned int status = ntohl(nla_get_be32(cda[CTA_STATUS]));
net/netfilter/nf_conntrack_netlink.c
3362
__be32 id = nla_get_be32(cda[CTA_EXPECT_ID]);
net/netfilter/nf_conntrack_netlink.c
3436
__be32 id = nla_get_be32(cda[CTA_EXPECT_ID]);
net/netfilter/nf_conntrack_netlink.c
3473
ntohl(nla_get_be32(cda[CTA_EXPECT_TIMEOUT])) * HZ);
net/netfilter/nf_conntrack_netlink.c
3511
exp->dir = ntohl(nla_get_be32(tb[CTA_EXPECT_NAT_DIR]));
net/netfilter/nf_conntrack_netlink.c
3541
class = ntohl(nla_get_be32(cda[CTA_EXPECT_CLASS]));
net/netfilter/nf_conntrack_netlink.c
3550
exp->flags = ntohl(nla_get_be32(cda[CTA_EXPECT_FLAGS]));
net/netfilter/nf_conntrack_netlink.c
949
mark->val = ntohl(nla_get_be32(cda[CTA_MARK]));
net/netfilter/nf_conntrack_netlink.c
952
mark->mask = ntohl(nla_get_be32(cda[CTA_MARK_MASK]));
net/netfilter/nf_conntrack_netlink.c
966
status->val = ntohl(nla_get_be32(cda[CTA_STATUS]));
net/netfilter/nf_conntrack_netlink.c
968
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
326
ntohl(nla_get_be32(tb[CTA_TIMEOUT_GRE_UNREPLIED])) * HZ;
net/netfilter/nf_conntrack_proto_gre.c
330
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
623
nla_get_be32(tb[CTA_PROTOINFO_SCTP_VTAG_ORIGINAL]);
net/netfilter/nf_conntrack_proto_sctp.c
625
nla_get_be32(tb[CTA_PROTOINFO_SCTP_VTAG_REPLY]);
net/netfilter/nf_conntrack_proto_sctp.c
654
timeouts[i] = ntohl(nla_get_be32(tb[i])) * HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1481
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_SYN_SENT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1486
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_SYN_RECV]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1490
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_ESTABLISHED]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1494
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_FIN_WAIT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1498
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_CLOSE_WAIT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1502
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_LAST_ACK]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1506
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_TIME_WAIT]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1510
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_CLOSE]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1514
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_SYN_SENT2]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1518
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_RETRANS]))*HZ;
net/netfilter/nf_conntrack_proto_tcp.c
1522
ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_UNACK]))*HZ;
net/netfilter/nf_conntrack_proto_udp.c
152
ntohl(nla_get_be32(tb[CTA_TIMEOUT_UDP_UNREPLIED])) * HZ;
net/netfilter/nf_conntrack_proto_udp.c
156
ntohl(nla_get_be32(tb[CTA_TIMEOUT_UDP_REPLIED])) * HZ;
net/netfilter/nf_nat_core.c
1071
range->min_addr.ip = nla_get_be32(tb[CTA_NAT_V4_MINIP]);
net/netfilter/nf_tables_api.c
11582
val = ntohl(nla_get_be32(attr));
net/netfilter/nf_tables_api.c
11595
reg = ntohl(nla_get_be32(attr));
net/netfilter/nf_tables_api.c
11766
data->verdict.code = ntohl(nla_get_be32(tb[NFTA_VERDICT_CODE]));
net/netfilter/nf_tables_api.c
1436
flags = ntohl(nla_get_be32(ctx->nla[NFTA_TABLE_FLAGS]));
net/netfilter/nf_tables_api.c
1609
flags = ntohl(nla_get_be32(nla[NFTA_TABLE_FLAGS]));
net/netfilter/nf_tables_api.c
2573
hook->num = ntohl(nla_get_be32(ha[NFTA_HOOK_HOOKNUM]));
net/netfilter/nf_tables_api.c
2574
hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
2596
hook->num = ntohl(nla_get_be32(ha[NFTA_HOOK_HOOKNUM]));
net/netfilter/nf_tables_api.c
2601
hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
3094
u32 id = ntohl(nla_get_be32(nla));
net/netfilter/nf_tables_api.c
3169
policy = ntohl(nla_get_be32(nla[NFTA_CHAIN_POLICY]));
net/netfilter/nf_tables_api.c
3180
flags = ntohl(nla_get_be32(nla[NFTA_CHAIN_FLAGS]));
net/netfilter/nf_tables_api.c
4553
u32 id = ntohl(nla_get_be32(nla));
net/netfilter/nf_tables_api.c
4812
u32 id = ntohl(nla_get_be32(nla));
net/netfilter/nf_tables_api.c
5284
len = ntohl(nla_get_be32(tb[NFTA_SET_FIELD_LEN]));
net/netfilter/nf_tables_api.c
5334
desc->size = ntohl(nla_get_be32(da[NFTA_SET_DESC_SIZE]));
net/netfilter/nf_tables_api.c
5462
desc.ktype = ntohl(nla_get_be32(nla[NFTA_SET_KEY_TYPE]));
net/netfilter/nf_tables_api.c
5467
desc.klen = ntohl(nla_get_be32(nla[NFTA_SET_KEY_LEN]));
net/netfilter/nf_tables_api.c
5473
flags = ntohl(nla_get_be32(nla[NFTA_SET_FLAGS]));
net/netfilter/nf_tables_api.c
5499
desc.dtype = ntohl(nla_get_be32(nla[NFTA_SET_DATA_TYPE]));
net/netfilter/nf_tables_api.c
5507
desc.dlen = ntohl(nla_get_be32(nla[NFTA_SET_DATA_LEN]));
net/netfilter/nf_tables_api.c
5519
desc.objtype = ntohl(nla_get_be32(nla[NFTA_SET_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
5548
desc.gc_int = ntohl(nla_get_be32(nla[NFTA_SET_GC_INTERVAL]));
net/netfilter/nf_tables_api.c
5553
desc.policy = ntohl(nla_get_be32(nla[NFTA_SET_POLICY]));
net/netfilter/nf_tables_api.c
6447
*flags = ntohl(nla_get_be32(attr));
net/netfilter/nf_tables_api.c
667
ntohl(nla_get_be32(ctx->nla[NFTA_CHAIN_ID]));
net/netfilter/nf_tables_api.c
739
ntohl(nla_get_be32(ctx->nla[NFTA_RULE_ID]));
net/netfilter/nf_tables_api.c
811
ntohl(nla_get_be32(ctx->nla[NFTA_SET_ID]));
net/netfilter/nf_tables_api.c
8322
objtype = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8550
ctx->type = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8592
objtype = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8691
objtype = ntohl(nla_get_be32(nla[NFTA_OBJ_TYPE]));
net/netfilter/nf_tables_api.c
8893
hooknum = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_NUM]));
net/netfilter/nf_tables_api.c
8897
priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
8903
hooknum = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_NUM]));
net/netfilter/nf_tables_api.c
8909
priority = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_PRIORITY]));
net/netfilter/nf_tables_api.c
9142
flags = ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS]));
net/netfilter/nf_tables_api.c
9269
ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS]));
net/netfilter/nfnetlink.c
637
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
165
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_MAX]));
net/netfilter/nfnetlink_cthelper.c
172
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_TIMEOUT]));
net/netfilter/nfnetlink_cthelper.c
199
class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM]));
net/netfilter/nfnetlink_cthelper.c
251
size = ntohl(nla_get_be32(tb[NFCTH_PRIV_DATA_LEN]));
net/netfilter/nfnetlink_cthelper.c
268
helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
net/netfilter/nfnetlink_cthelper.c
271
int status = ntohl(nla_get_be32(tb[NFCTH_STATUS]));
net/netfilter/nfnetlink_cthelper.c
318
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_MAX]));
net/netfilter/nfnetlink_cthelper.c
325
ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_TIMEOUT]));
net/netfilter/nfnetlink_cthelper.c
386
class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM]));
net/netfilter/nfnetlink_cthelper.c
401
size = ntohl(nla_get_be32(tb[NFCTH_PRIV_DATA_LEN]));
net/netfilter/nfnetlink_cthelper.c
412
helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
net/netfilter/nfnetlink_cthelper.c
415
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
1005
__be32 timeout = nla_get_be32(nfula[NFULA_CFG_TIMEOUT]);
net/netfilter/nfnetlink_log.c
1011
__be32 nlbufsiz = nla_get_be32(nfula[NFULA_CFG_NLBUFSIZ]);
net/netfilter/nfnetlink_log.c
1017
__be32 qthresh = nla_get_be32(nfula[NFULA_CFG_QTHRESH]);
net/netfilter/nfnetlink_queue.c
1648
entry->skb->mark = ntohl(nla_get_be32(nfqa[NFQA_MARK]));
net/netfilter/nfnetlink_queue.c
1651
entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));
net/netfilter/nfnetlink_queue.c
1777
entry->skb->mark = ntohl(nla_get_be32(nfqa[NFQA_MARK]));
net/netfilter/nfnetlink_queue.c
1780
entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));
net/netfilter/nfnetlink_queue.c
1837
flags = ntohl(nla_get_be32(nfqa[NFQA_CFG_FLAGS]));
net/netfilter/nfnetlink_queue.c
1838
mask = ntohl(nla_get_be32(nfqa[NFQA_CFG_MASK]));
net/netfilter/nft_bitwise.c
279
priv->op = ntohl(nla_get_be32(tb[NFTA_BITWISE_OP]));
net/netfilter/nft_bitwise.c
542
ntohl(nla_get_be32(tb[NFTA_BITWISE_OP])) != NFT_BITWISE_MASK_XOR)
net/netfilter/nft_byteorder.c
98
priv->op = ntohl(nla_get_be32(tb[NFTA_BYTEORDER_OP]));
net/netfilter/nft_cmp.c
233
priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ;
net/netfilter/nft_cmp.c
329
priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ;
net/netfilter/nft_cmp.c
397
op = ntohl(nla_get_be32(tb[NFTA_CMP_OP]));
net/netfilter/nft_cmp.c
414
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
738
rev = ntohl(nla_get_be32(tb[NFTA_COMPAT_REV]));
net/netfilter/nft_compat.c
744
target = nla_get_be32(tb[NFTA_COMPAT_TYPE]) == htonl(1);
net/netfilter/nft_compat.c
839
rev = ntohl(nla_get_be32(tb[NFTA_MATCH_REV]));
net/netfilter/nft_compat.c
918
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
398
priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
net/netfilter/nft_ct.c
566
priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
net/netfilter/nft_ct.c
780
u32 k = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
net/netfilter/nft_ct.c
796
if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE))
net/netfilter/nft_dynset.c
190
u32 flags = ntohl(nla_get_be32(tb[NFTA_DYNSET_FLAGS]));
net/netfilter/nft_dynset.c
214
priv->op = ntohl(nla_get_be32(tb[NFTA_DYNSET_OP]));
net/netfilter/nft_exthdr.c
778
op = ntohl(nla_get_be32(tb[NFTA_EXTHDR_OP]));
net/netfilter/nft_fib.c
85
priv->flags = ntohl(nla_get_be32(tb[NFTA_FIB_FLAGS]));
net/netfilter/nft_fib.c
99
priv->result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
net/netfilter/nft_fwd_netdev.c
202
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
215
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
351
flags = ntohl(nla_get_be32(tb[NFTA_INNER_FLAGS]));
net/netfilter/nft_inner.c
355
num = ntohl(nla_get_be32(tb[NFTA_INNER_NUM]));
net/netfilter/nft_inner.c
359
hdrsize = ntohl(nla_get_be32(tb[NFTA_INNER_HDRSIZE]));
net/netfilter/nft_inner.c
360
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
310
switch (ntohl(nla_get_be32(tb[NFTA_LIMIT_TYPE]))) {
net/netfilter/nft_limit.c
434
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
528
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/netfilter/nft_meta.c
694
priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY]));
net/netfilter/nft_meta.c
854
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
149
priv->offset = ntohl(nla_get_be32(tb[NFTA_NG_OFFSET]));
net/netfilter/nft_numgen.c
151
priv->modulus = ntohl(nla_get_be32(tb[NFTA_NG_MODULUS]));
net/netfilter/nft_numgen.c
199
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
84
flags = ntohl(nla_get_be32(tb[NFTA_OSF_FLAGS]));
net/netfilter/nft_payload.c
1171
priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
1172
priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN]));
net/netfilter/nft_payload.c
1180
csum_type = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_TYPE]));
net/netfilter/nft_payload.c
1192
flags = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_FLAGS]));
net/netfilter/nft_payload.c
1282
base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
230
priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
231
priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN]));
net/netfilter/nft_payload.c
627
base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
net/netfilter/nft_payload.c
639
priv->len = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_LEN]));
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
193
priv->key = ntohl(nla_get_be32(tb[NFTA_SOCKET_KEY]));
net/netfilter/nft_socket.c
210
level = ntohl(nla_get_be32(tb[NFTA_SOCKET_LEVEL]));
net/netfilter/nft_synproxy.c
165
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
181
info->key.u.ipv4.src = nla_get_be32(tb[NFTA_TUNNEL_KEY_IP_SRC]);
net/netfilter/nft_tunnel.c
183
info->key.u.ipv4.dst = nla_get_be32(tb[NFTA_TUNNEL_KEY_IP_DST]);
net/netfilter/nft_tunnel.c
220
info->key.label = nla_get_be32(tb[NFTA_TUNNEL_KEY_IP6_FLOWLABEL]);
net/netfilter/nft_tunnel.c
245
opts->u.vxlan.gbp = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_VXLAN_GBP]));
net/netfilter/nft_tunnel.c
277
version = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_ERSPAN_VERSION]));
net/netfilter/nft_tunnel.c
284
nla_get_be32(tb[NFTA_TUNNEL_KEY_ERSPAN_V1_INDEX]);
net/netfilter/nft_tunnel.c
433
info.key.tun_id = key32_to_tunnel_id(nla_get_be32(tb[NFTA_TUNNEL_KEY_ID]));
net/netfilter/nft_tunnel.c
460
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
417
key32 = nla_get_be32(tb[TCA_TUNNEL_KEY_ENC_KEY_ID]);
net/sched/cls_flower.c
1191
key = be32_to_cpu(nla_get_be32(tb[fl_key]));
net/sched/cls_flower.c
1192
mask = be32_to_cpu(nla_get_be32(tb[fl_mask]));
net/sched/cls_flower.c
1399
md->u.index = nla_get_be32(nla);