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:idata_hdr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
stream_interleave.c
42
retval->subh.
idata_hdr
= sctp_addto_chunk(retval, sizeof(dp), &dp);
in sctp_make_idatafrag_empty()
67
hdr = lchunk->subh.
idata_hdr
;
in sctp_chunk_assign_mid()
119
mid = ntohl(chunk->subh.
idata_hdr
->mid);
in sctp_validate_idata()
836
event->mid = ntohl(chunk->subh.
idata_hdr
->mid);
in sctp_ulpevent_idata()
838
event->ppid = chunk->subh.
idata_hdr
->ppid;
in sctp_ulpevent_idata()
840
event->fsn = ntohl(chunk->subh.
idata_hdr
->fsn);
in sctp_ulpevent_idata()
1130
__be16 sid = chunk->subh.
idata_hdr
->stream;
in sctp_generate_iftsn()
1131
__be32 mid = chunk->subh.
idata_hdr
->mid;
in sctp_generate_iftsn()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
stream_interleave.c
42
retval->subh.
idata_hdr
= sctp_addto_chunk(retval, sizeof(dp), &dp);
in sctp_make_idatafrag_empty()
67
hdr = lchunk->subh.
idata_hdr
;
in sctp_chunk_assign_mid()
119
mid = ntohl(chunk->subh.
idata_hdr
->mid);
in sctp_validate_idata()
830
event->mid = ntohl(chunk->subh.
idata_hdr
->mid);
in sctp_ulpevent_idata()
832
event->ppid = chunk->subh.
idata_hdr
->ppid;
in sctp_ulpevent_idata()
834
event->fsn = ntohl(chunk->subh.
idata_hdr
->fsn);
in sctp_ulpevent_idata()
1122
__be16 sid = chunk->subh.
idata_hdr
->stream;
in sctp_generate_iftsn()
1123
__be32 mid = chunk->subh.
idata_hdr
->mid;
in sctp_generate_iftsn()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
599
struct sctp_idatahdr *
idata_hdr
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
605
struct sctp_idatahdr *
idata_hdr
;
member
Completed in 16 milliseconds