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:minseq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
ppp_generic.c
144
u32
minseq
; /* MP: min of most recent seqnos */
member
1139
ppp->
minseq
= -1;
in ppp_dev_configure()
2449
* as possible to ppp->
minseq
.
in ppp_receive_mp_frame()
2451
seq |= ppp->
minseq
& ~mask;
in ppp_receive_mp_frame()
2452
if ((int)(ppp->
minseq
- seq) > (int)(mask >> 1))
in ppp_receive_mp_frame()
2454
else if ((int)(seq - ppp->
minseq
) > (int)(mask >> 1))
in ppp_receive_mp_frame()
2471
* Reevaluate
minseq
, the minimum over all channels of the
in ppp_receive_mp_frame()
2474
* before `
minseq
' which hasn't arrived is never going to arrive.
in ppp_receive_mp_frame()
2482
if (seq_before(ppp->
minseq
, seq))
in ppp_receive_mp_frame()
2483
ppp->
minseq
in ppp_receive_mp_frame()
2544
u32
minseq
= ppp->
minseq
;
ppp_mp_reconstruct()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
ppp_generic.c
144
u32
minseq
; /* MP: min of most recent seqnos */
member
1250
ppp->
minseq
= -1;
in ppp_dev_configure()
2620
* as possible to ppp->
minseq
.
in ppp_receive_mp_frame()
2622
seq |= ppp->
minseq
& ~mask;
in ppp_receive_mp_frame()
2623
if ((int)(ppp->
minseq
- seq) > (int)(mask >> 1))
in ppp_receive_mp_frame()
2625
else if ((int)(seq - ppp->
minseq
) > (int)(mask >> 1))
in ppp_receive_mp_frame()
2642
* Reevaluate
minseq
, the minimum over all channels of the
in ppp_receive_mp_frame()
2645
* before `
minseq
' which hasn't arrived is never going to arrive.
in ppp_receive_mp_frame()
2653
if (seq_before(ppp->
minseq
, seq))
in ppp_receive_mp_frame()
2654
ppp->
minseq
in ppp_receive_mp_frame()
2715
u32
minseq
= ppp->
minseq
;
ppp_mp_reconstruct()
local
[all...]
Completed in 7 milliseconds