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:end_of_packet
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
inqueue.c
92
chunk->
end_of_packet
||
in sctp_inq_peek()
122
chunk->
end_of_packet
||
in sctp_inq_pop()
189
chunk->
end_of_packet
= 0;
in sctp_inq_pop()
216
chunk->
end_of_packet
= 1;
in sctp_inq_pop()
H
A
D
sm_statefuns.c
3189
if (chunk->
end_of_packet
)
in sctp_sf_eat_data_6_2()
3209
if (chunk->
end_of_packet
)
in sctp_sf_eat_data_6_2()
3214
if (chunk->
end_of_packet
)
in sctp_sf_eat_data_6_2()
3283
if (chunk->
end_of_packet
) {
in sctp_sf_eat_data_fast_4_4()
H
A
D
sm_sideeffect.c
1805
if (chunk->
end_of_packet
|| chunk->singleton)
in sctp_cmd_interpreter()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
inqueue.c
92
chunk->
end_of_packet
||
in sctp_inq_peek()
122
chunk->
end_of_packet
||
in sctp_inq_pop()
189
chunk->
end_of_packet
= 0;
in sctp_inq_pop()
216
chunk->
end_of_packet
= 1;
in sctp_inq_pop()
H
A
D
sm_statefuns.c
3253
if (chunk->
end_of_packet
)
in sctp_sf_eat_data_6_2()
3273
if (chunk->
end_of_packet
)
in sctp_sf_eat_data_6_2()
3278
if (chunk->
end_of_packet
)
in sctp_sf_eat_data_6_2()
3347
if (chunk->
end_of_packet
) {
in sctp_sf_eat_data_fast_4_4()
H
A
D
sm_sideeffect.c
1815
if (chunk->
end_of_packet
|| chunk->singleton)
in sctp_cmd_interpreter()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
gve_desc_dqo.h
29
u8
end_of_packet
: 1;
member
229
u8
end_of_packet
: 1;
member
H
A
D
gve_rx_dqo.c
612
const bool eop = compl_desc->
end_of_packet
!= 0;
in gve_rx_dqo()
816
if (!compl_desc->
end_of_packet
)
in gve_rx_poll_dqo()
H
A
D
gve_tx_dqo.c
470
.
end_of_packet
= cur_eop,
in gve_tx_fill_pkt_desc_dqo()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
649
end_of_packet
:1, /* Last chunk in the packet? */
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
655
end_of_packet
:1, /* Last chunk in the packet? */
member
Completed in 30 milliseconds