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:ch_end
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
input.c
671
int
ch_end
, offset = 0;
in sctp_rcv_ootb()
local
685
ch_end
= offset + SCTP_PAD4(ntohs(ch->length));
in sctp_rcv_ootb()
686
if (
ch_end
> skb->len)
in sctp_rcv_ootb()
711
offset =
ch_end
;
in sctp_rcv_ootb()
712
} while (
ch_end
< skb->len);
in sctp_rcv_ootb()
1208
__u8 *
ch_end
;
in __sctp_rcv_walk_lookup()
local
1219
ch_end
= ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
in __sctp_rcv_walk_lookup()
1220
if (
ch_end
> skb_tail_pointer(skb))
in __sctp_rcv_walk_lookup()
1253
ch = (struct sctp_chunkhdr *)
ch_end
;
in __sctp_rcv_walk_lookup()
1255
} while (
ch_end
in __sctp_rcv_walk_lookup()
[all...]
H
A
D
sm_statefuns.c
3588
__u8 *
ch_end
;
in sctp_sf_ootb()
local
3603
ch_end
= ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
in sctp_sf_ootb()
3604
if (
ch_end
> skb_tail_pointer(skb))
in sctp_sf_ootb()
3639
ch = (struct sctp_chunkhdr *)
ch_end
;
in sctp_sf_ootb()
3640
} while (
ch_end
< skb_tail_pointer(skb));
in sctp_sf_ootb()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
input.c
683
int
ch_end
, offset = 0;
in sctp_rcv_ootb()
local
697
ch_end
= offset + SCTP_PAD4(ntohs(ch->length));
in sctp_rcv_ootb()
698
if (
ch_end
> skb->len)
in sctp_rcv_ootb()
723
offset =
ch_end
;
in sctp_rcv_ootb()
724
} while (
ch_end
< skb->len);
in sctp_rcv_ootb()
1234
__u8 *
ch_end
;
in __sctp_rcv_walk_lookup()
local
1245
ch_end
= ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
in __sctp_rcv_walk_lookup()
1246
if (
ch_end
> skb_tail_pointer(skb))
in __sctp_rcv_walk_lookup()
1280
ch = (struct sctp_chunkhdr *)
ch_end
;
in __sctp_rcv_walk_lookup()
1282
} while (
ch_end
in __sctp_rcv_walk_lookup()
[all...]
H
A
D
sm_statefuns.c
3691
__u8 *
ch_end
;
in sctp_sf_ootb()
local
3706
ch_end
= ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
in sctp_sf_ootb()
3707
if (
ch_end
> skb_tail_pointer(skb))
in sctp_sf_ootb()
3742
ch = (struct sctp_chunkhdr *)
ch_end
;
in sctp_sf_ootb()
3743
} while (
ch_end
< skb_tail_pointer(skb));
in sctp_sf_ootb()
Completed in 19 milliseconds