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_NESTED_ARRAY
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/
H
A
D
policy.c
162
case
NLA_NESTED_ARRAY
:
in netlink_policy_dump_add_policy()
220
case
NLA_NESTED_ARRAY
:
in netlink_policy_dump_attr_size_estimate()
274
case
NLA_NESTED_ARRAY
:
in __netlink_policy_dump_write_attr()
275
if (pt->type ==
NLA_NESTED_ARRAY
)
in __netlink_policy_dump_write_attr()
/kernel/linux/linux-6.6/net/netlink/
H
A
D
policy.c
162
case
NLA_NESTED_ARRAY
:
in netlink_policy_dump_add_policy()
220
case
NLA_NESTED_ARRAY
:
in netlink_policy_dump_attr_size_estimate()
274
case
NLA_NESTED_ARRAY
:
in __netlink_policy_dump_write_attr()
275
if (pt->type ==
NLA_NESTED_ARRAY
)
in __netlink_policy_dump_write_attr()
/kernel/linux/linux-5.10/lib/
H
A
D
nlattr.c
389
if ((pt->type == NLA_NESTED || pt->type ==
NLA_NESTED_ARRAY
) &&
in validate_nla()
395
if (pt->type != NLA_NESTED && pt->type !=
NLA_NESTED_ARRAY
&&
in validate_nla()
481
case
NLA_NESTED_ARRAY
:
in validate_nla()
/kernel/linux/linux-5.10/include/net/
H
A
D
netlink.h
175
NLA_NESTED_ARRAY
,
enumerator
226
*
NLA_NESTED_ARRAY
Length verification is done by checking len of
252
*
NLA_NESTED_ARRAY
`nested_policy' points to a nested policy to validate,
359
{ .type =
NLA_NESTED_ARRAY
, .nested_policy = policy, .len = maxattr }
390
tp !=
NLA_NESTED_ARRAY
) + tp)
/kernel/linux/linux-6.6/include/net/
H
A
D
netlink.h
175
NLA_NESTED_ARRAY
,
enumerator
228
*
NLA_NESTED_ARRAY
Length verification is done by checking len of
255
*
NLA_NESTED_ARRAY
`nested_policy' points to a nested policy to validate,
370
{ .type =
NLA_NESTED_ARRAY
, .nested_policy = policy, .len = maxattr }
402
tp !=
NLA_NESTED_ARRAY
) + tp)
/kernel/linux/linux-6.6/lib/
H
A
D
nlattr.c
411
if ((pt->type == NLA_NESTED || pt->type ==
NLA_NESTED_ARRAY
) &&
in validate_nla()
417
if (pt->type != NLA_NESTED && pt->type !=
NLA_NESTED_ARRAY
&&
in validate_nla()
503
case
NLA_NESTED_ARRAY
:
in validate_nla()
Completed in 10 milliseconds