Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nla_get_be64
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nft_quota.c
75
quota = be64_to_cpu(
nla_get_be64
(tb[NFTA_QUOTA_BYTES]));
in nft_quota_do_init()
80
consumed = be64_to_cpu(
nla_get_be64
(tb[NFTA_QUOTA_CONSUMED]));
in nft_quota_do_init()
H
A
D
nfnetlink_acct.c
111
*quota = be64_to_cpu(
nla_get_be64
(tb[NFACCT_QUOTA]));
in nfnl_acct_new()
119
be64_to_cpu(
nla_get_be64
(tb[NFACCT_BYTES])));
in nfnl_acct_new()
123
be64_to_cpu(
nla_get_be64
(tb[NFACCT_PKTS])));
in nfnl_acct_new()
H
A
D
nft_counter.c
71
be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_PACKETS]));
in nft_counter_do_init()
75
be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_BYTES]));
in nft_counter_do_init()
H
A
D
nft_limit.c
63
limit->rate = be64_to_cpu(
nla_get_be64
(tb[NFTA_LIMIT_RATE]));
in nft_limit_init()
64
unit = be64_to_cpu(
nla_get_be64
(tb[NFTA_LIMIT_UNIT]));
in nft_limit_init()
H
A
D
nf_conntrack_proto_dccp.c
708
be64_to_cpu(
nla_get_be64
(tb[CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ]));
in nlattr_to_dccp()
H
A
D
nf_tables_api.c
723
if (be64_to_cpu(
nla_get_be64
(nla)) == table->handle &&
in nft_table_lookup_byhandle()
1857
stats->bytes = be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_BYTES]));
in nft_stats_alloc()
1858
stats->pkts = be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_PACKETS]));
in nft_stats_alloc()
2542
handle = be64_to_cpu(
nla_get_be64
(nla[NFTA_CHAIN_HANDLE]));
in nf_tables_newchain()
2636
handle = be64_to_cpu(
nla_get_be64
(attr));
in nf_tables_delchain()
2992
return __nft_rule_lookup(chain, be64_to_cpu(
nla_get_be64
(nla)));
in nft_rule_lookup()
3437
handle = be64_to_cpu(
nla_get_be64
(nla[NFTA_RULE_HANDLE]));
in nf_tables_newrule()
3459
pos_handle = be64_to_cpu(
nla_get_be64
(nla[NFTA_RULE_POSITION]));
in nf_tables_newrule()
3874
if (be64_to_cpu(
nla_get_be64
(nla)) == set->handle &&
in nft_set_lookup_byhandle()
3981
u64 ms = be64_to_cpu(
nla_get_be64
(nl
in nf_msecs_to_jiffies64()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nfnetlink_acct.c
122
*quota = be64_to_cpu(
nla_get_be64
(tb[NFACCT_QUOTA]));
in nfnl_acct_new()
130
be64_to_cpu(
nla_get_be64
(tb[NFACCT_BYTES])));
in nfnl_acct_new()
134
be64_to_cpu(
nla_get_be64
(tb[NFACCT_PKTS])));
in nfnl_acct_new()
H
A
D
nft_quota.c
75
quota = be64_to_cpu(
nla_get_be64
(tb[NFTA_QUOTA_BYTES]));
in nft_quota_do_init()
80
consumed = be64_to_cpu(
nla_get_be64
(tb[NFTA_QUOTA_CONSUMED]));
in nft_quota_do_init()
H
A
D
nft_counter.c
73
be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_PACKETS]));
in nft_counter_do_init()
77
be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_BYTES]));
in nft_counter_do_init()
H
A
D
nft_limit.c
68
priv->rate = be64_to_cpu(
nla_get_be64
(tb[NFTA_LIMIT_RATE]));
in nft_limit_init()
72
unit = be64_to_cpu(
nla_get_be64
(tb[NFTA_LIMIT_UNIT]));
in nft_limit_init()
H
A
D
nf_conntrack_proto_dccp.c
717
be64_to_cpu(
nla_get_be64
(tb[CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ]));
in nlattr_to_dccp()
H
A
D
nf_tables_api.c
817
if (be64_to_cpu(
nla_get_be64
(nla)) == table->handle &&
in nft_table_lookup_byhandle()
2007
stats->bytes = be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_BYTES]));
in nft_stats_alloc()
2008
stats->pkts = be64_to_cpu(
nla_get_be64
(tb[NFTA_COUNTER_PACKETS]));
in nft_stats_alloc()
2769
handle = be64_to_cpu(
nla_get_be64
(nla[NFTA_CHAIN_HANDLE]));
in nf_tables_newchain()
2916
handle = be64_to_cpu(
nla_get_be64
(attr));
in nf_tables_delchain()
3325
return __nft_rule_lookup(chain, be64_to_cpu(
nla_get_be64
(nla)));
in nft_rule_lookup()
3875
handle = be64_to_cpu(
nla_get_be64
(nla[NFTA_RULE_HANDLE]));
in nf_tables_newrule()
3897
pos_handle = be64_to_cpu(
nla_get_be64
(nla[NFTA_RULE_POSITION]));
in nf_tables_newrule()
4299
if (be64_to_cpu(
nla_get_be64
(nla)) == set->handle &&
in nft_set_lookup_byhandle()
4406
u64 ms = be64_to_cpu(
nla_get_be64
(nl
in nf_msecs_to_jiffies64()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_tunnel_core.c
702
tun_info->key.tun_id =
nla_get_be64
(tb[LWTUNNEL_IP_ID]);
in ip_tun_build_state()
981
tun_info->key.tun_id =
nla_get_be64
(tb[LWTUNNEL_IP6_ID]);
in ip6_tun_build_state()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_tunnel_core.c
694
tun_info->key.tun_id =
nla_get_be64
(tb[LWTUNNEL_IP_ID]);
in ip_tun_build_state()
973
tun_info->key.tun_id =
nla_get_be64
(tb[LWTUNNEL_IP6_ID]);
in ip6_tun_build_state()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H
A
D
ip_set_core.c
483
ext->bytes = be64_to_cpu(
nla_get_be64
(
in ip_set_get_extensions()
486
ext->packets = be64_to_cpu(
nla_get_be64
(
in ip_set_get_extensions()
497
fullmark = be64_to_cpu(
nla_get_be64
(tb[IPSET_ATTR_SKBMARK]));
in ip_set_get_extensions()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H
A
D
ip_set_core.c
483
ext->bytes = be64_to_cpu(
nla_get_be64
(
in ip_set_get_extensions()
486
ext->packets = be64_to_cpu(
nla_get_be64
(
in ip_set_get_extensions()
497
fullmark = be64_to_cpu(
nla_get_be64
(tb[IPSET_ATTR_SKBMARK]));
in ip_set_get_extensions()
/kernel/linux/linux-5.10/include/net/
H
A
D
netlink.h
1625
*
nla_get_be64
- return payload of __be64 attribute
1628
static inline __be64
nla_get_be64
(const struct nlattr *nla)
in nla_get_be64()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
netlink.h
1671
*
nla_get_be64
- return payload of __be64 attribute
1674
static inline __be64
nla_get_be64
(const struct nlattr *nla)
in nla_get_be64()
function
/kernel/linux/linux-5.10/net/core/
H
A
D
fib_rules.c
595
nlrule->tun_id =
nla_get_be64
(tb[FRA_TUN_ID]);
in fib_nl2rule()
/kernel/linux/linux-6.6/net/core/
H
A
D
fib_rules.c
595
nlrule->tun_id =
nla_get_be64
(tb[FRA_TUN_ID]);
in fib_nl2rule()
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
flow_netlink.c
687
nla_get_be64
(a), is_mask);
in ip_tun_from_nlattr()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
flow_netlink.c
699
nla_get_be64
(a), is_mask);
in ip_tun_from_nlattr()
Completed in 50 milliseconds