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:sctp_cookie
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
268
struct
sctp_cookie
{
struct
338
__u32 __pad; /* force
sctp_cookie
alignment to 64 bits */
339
struct
sctp_cookie
c;
1570
struct
sctp_cookie
c;
2148
struct
sctp_cookie
*,
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
272
struct
sctp_cookie
{
struct
342
__u32 __pad; /* force
sctp_cookie
alignment to 64 bits */
343
struct
sctp_cookie
c;
1594
struct
sctp_cookie
c;
2184
struct
sctp_cookie
*,
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_make_chunk.c
1624
sizeof(struct
sctp_cookie
));
in sctp_pack_cookie()
1625
bodysize = sizeof(struct
sctp_cookie
)
in sctp_pack_cookie()
1705
struct
sctp_cookie
*bear_cookie;
in sctp_unpack_cookie()
1716
sizeof(struct
sctp_cookie
));
in sctp_unpack_cookie()
1718
fixed_size = headersize + sizeof(struct
sctp_cookie
);
in sctp_unpack_cookie()
H
A
D
associola.c
1588
struct
sctp_cookie
*cookie,
in sctp_assoc_set_bind_addr_from_cookie()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_make_chunk.c
1669
sizeof(struct
sctp_cookie
));
in sctp_pack_cookie()
1670
bodysize = sizeof(struct
sctp_cookie
)
in sctp_pack_cookie()
1750
struct
sctp_cookie
*bear_cookie;
in sctp_unpack_cookie()
1761
sizeof(struct
sctp_cookie
));
in sctp_unpack_cookie()
1763
fixed_size = headersize + sizeof(struct
sctp_cookie
);
in sctp_unpack_cookie()
H
A
D
associola.c
1596
struct
sctp_cookie
*cookie,
in sctp_assoc_set_bind_addr_from_cookie()
Completed in 32 milliseconds