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:fwdtsn_hdr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
sctp.h
602
struct sctp_fwdtsn_hdr
fwdtsn_hdr
;
member
619
struct sctp_ifwdtsn_hdr
fwdtsn_hdr
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sctp.h
611
struct sctp_fwdtsn_hdr
fwdtsn_hdr
;
member
628
struct sctp_ifwdtsn_hdr
fwdtsn_hdr
;
member
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
sctp.h
455
for (pos = chunk->subh.
fwdtsn_hdr
->skip;\
456
(void *)pos <= (void *)chunk->subh.
fwdtsn_hdr
->skip + end - sizeof(struct sctp_fwdtsn_skip);\
H
A
D
structs.h
597
struct sctp_fwdtsn_hdr *
fwdtsn_hdr
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
sctp.h
453
for (pos = (void *)(chunk->subh.
fwdtsn_hdr
+ 1);\
454
(void *)pos <= (void *)(chunk->subh.
fwdtsn_hdr
+ 1) + end - sizeof(struct sctp_fwdtsn_skip);\
H
A
D
structs.h
603
struct sctp_fwdtsn_hdr *
fwdtsn_hdr
;
member
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_statefuns.c
4096
struct sctp_fwdtsn_hdr *
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn()
local
4115
fwdtsn_hdr
= (struct sctp_fwdtsn_hdr *)chunk->skb->data;
in sctp_sf_eat_fwd_tsn()
4116
chunk->subh.
fwdtsn_hdr
=
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn()
4121
tsn = ntohl(
fwdtsn_hdr
->new_cum_tsn);
in sctp_sf_eat_fwd_tsn()
4163
struct sctp_fwdtsn_hdr *
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn_fast()
local
4182
fwdtsn_hdr
= (struct sctp_fwdtsn_hdr *)chunk->skb->data;
in sctp_sf_eat_fwd_tsn_fast()
4183
chunk->subh.
fwdtsn_hdr
=
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn_fast()
4188
tsn = ntohl(
fwdtsn_hdr
in sctp_sf_eat_fwd_tsn_fast()
[all...]
H
A
D
sm_make_chunk.c
3538
retval->subh.
fwdtsn_hdr
=
in sctp_make_fwdtsn()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_statefuns.c
4199
struct sctp_fwdtsn_hdr *
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn()
local
4218
fwdtsn_hdr
= (struct sctp_fwdtsn_hdr *)chunk->skb->data;
in sctp_sf_eat_fwd_tsn()
4219
chunk->subh.
fwdtsn_hdr
=
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn()
4224
tsn = ntohl(
fwdtsn_hdr
->new_cum_tsn);
in sctp_sf_eat_fwd_tsn()
4266
struct sctp_fwdtsn_hdr *
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn_fast()
local
4285
fwdtsn_hdr
= (struct sctp_fwdtsn_hdr *)chunk->skb->data;
in sctp_sf_eat_fwd_tsn_fast()
4286
chunk->subh.
fwdtsn_hdr
=
fwdtsn_hdr
;
in sctp_sf_eat_fwd_tsn_fast()
4291
tsn = ntohl(
fwdtsn_hdr
in sctp_sf_eat_fwd_tsn_fast()
[all...]
H
A
D
sm_make_chunk.c
3576
retval->subh.
fwdtsn_hdr
=
in sctp_make_fwdtsn()
Completed in 34 milliseconds