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:is_any
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
bind_addr.c
501
return af->
is_any
(addr);
in sctp_is_any()
H
A
D
sm_make_chunk.c
3056
if (!af->
is_any
(&addr) && !af->addr_valid(&addr, NULL, asconf->skb))
in sctp_process_asconf_param()
3065
if (af->
is_any
(&addr))
in sctp_process_asconf_param()
3113
if (af->
is_any
(&addr)) {
in sctp_process_asconf_param()
3137
if (af->
is_any
(&addr))
in sctp_process_asconf_param()
H
A
D
ipv6.c
1085
.
is_any
= sctp_v6_is_any,
H
A
D
protocol.c
1088
.
is_any
= sctp_v4_is_any,
/kernel/linux/linux-6.6/net/sctp/
H
A
D
bind_addr.c
501
return af->
is_any
(addr);
in sctp_is_any()
H
A
D
sm_make_chunk.c
3094
if (!af->
is_any
(&addr) && !af->addr_valid(&addr, NULL, asconf->skb))
in sctp_process_asconf_param()
3103
if (af->
is_any
(&addr))
in sctp_process_asconf_param()
3151
if (af->
is_any
(&addr)) {
in sctp_process_asconf_param()
3175
if (af->
is_any
(&addr))
in sctp_process_asconf_param()
H
A
D
ipv6.c
1145
.
is_any
= sctp_v6_is_any,
H
A
D
protocol.c
1185
.
is_any
= sctp_v4_is_any,
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
471
int (*
is_any
) (const union sctp_addr *);
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
476
int (*
is_any
) (const union sctp_addr *);
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_main.c
1475
bool
is_any
;
in i40e_get_vf_new_vlan()
local
1483
is_any
= (trusted ||
in i40e_get_vf_new_vlan()
1487
(!
is_any
&& !vlan_filters && f->vlan == I40E_VLAN_ANY) ||
in i40e_get_vf_new_vlan()
1488
(
is_any
&& !vlan_filters && f->vlan == 0)) {
in i40e_get_vf_new_vlan()
1489
if (
is_any
)
in i40e_get_vf_new_vlan()
Completed in 45 milliseconds