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:needs_confirm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
feat.h
61
* @
needs_confirm
: whether to send a Confirm instead of a Change
62
* @empty_confirm: whether to send an empty Confirm (depends on @
needs_confirm
)
72
needs_confirm
,
member
81
if (entry->
needs_confirm
)
in dccp_feat_genopt()
H
A
D
feat.c
285
entry->
needs_confirm
? "(Confirm pending)" : "");
in dccp_feat_print_entry()
492
new->
needs_confirm
= false;
in dccp_feat_push_change()
520
new->
needs_confirm
= true;
in dccp_feat_push_confirm()
654
rpt = pos->
needs_confirm
;
in dccp_feat_insert_opts()
1188
entry->
needs_confirm
= true;
in dccp_feat_change_recv()
1552
if (!cur->
needs_confirm
)
in dccp_feat_activate_values()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
feat.h
61
* @
needs_confirm
: whether to send a Confirm instead of a Change
62
* @empty_confirm: whether to send an empty Confirm (depends on @
needs_confirm
)
72
needs_confirm
,
member
81
if (entry->
needs_confirm
)
in dccp_feat_genopt()
H
A
D
feat.c
285
entry->
needs_confirm
? "(Confirm pending)" : "");
in dccp_feat_print_entry()
492
new->
needs_confirm
= false;
in dccp_feat_push_change()
520
new->
needs_confirm
= true;
in dccp_feat_push_confirm()
654
rpt = pos->
needs_confirm
;
in dccp_feat_insert_opts()
1194
entry->
needs_confirm
= true;
in dccp_feat_change_recv()
1558
if (!cur->
needs_confirm
)
in dccp_feat_activate_values()
Completed in 7 milliseconds