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
defs:syn_data
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_fastopen.c
368
bool
syn_data
= TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq + 1;
in tcp_try_fastopen()
local
H
A
D
tcp_output.c
3779
struct sk_buff *
syn_data
;
in tcp_send_syn_data()
local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_fastopen.c
352
bool
syn_data
= TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq + 1;
in tcp_try_fastopen()
local
H
A
D
tcp_output.c
3861
struct sk_buff *
syn_data
;
in tcp_send_syn_data()
local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
66
__u8
syn_data
:1, /* SYN includes data */
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
76
__u8
syn_data
:1, /* SYN includes data */
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
244
syn_data
:1, /* SYN includes data */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
276
syn_data
:1, /* SYN includes data */
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
synthetic-events.c
1264
static void *cpu_map_data__alloc(struct synthesize_cpu_map_data *
syn_data
,
in cpu_map_data__alloc()
argument
1317
struct synthesize_cpu_map_data
syn_data
= { .map = map };
cpu_map_event__new()
local
2026
struct synthesize_cpu_map_data
syn_data
= { .map = evsel->core.own_cpus };
perf_event__synthesize_event_update_cpus()
local
[all...]
Completed in 19 milliseconds