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:cookie_hdr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_statefuns.c
738
chunk->subh.
cookie_hdr
=
in sctp_sf_do_5_1D_ce()
785
peer_init = &chunk->subh.
cookie_hdr
->c.peer_init[0];
in sctp_sf_do_5_1D_ce()
788
&chunk->subh.
cookie_hdr
->c.peer_addr,
in sctp_sf_do_5_1D_ce()
1794
peer_init = &chunk->subh.
cookie_hdr
->c.peer_init[0];
in sctp_sf_do_dupcook_a()
1928
peer_init = &chunk->subh.
cookie_hdr
->c.peer_init[0];
in sctp_sf_do_dupcook_b()
2160
chunk->subh.
cookie_hdr
= (struct sctp_signed_cookie *)chunk->skb->data;
in sctp_sf_do_5_2_4_dupcook()
6357
cookie = chunk->subh.
cookie_hdr
;
in sctp_send_stale_cookie_err()
H
A
D
sm_make_chunk.c
582
retval->subh.
cookie_hdr
=
in sctp_make_cookie_echo()
1733
cookie = chunk->subh.
cookie_hdr
;
in sctp_unpack_cookie()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_statefuns.c
746
chunk->subh.
cookie_hdr
=
in sctp_sf_do_5_1D_ce()
797
peer_init = (struct sctp_init_chunk *)(chunk->subh.
cookie_hdr
+ 1);
in sctp_sf_do_5_1D_ce()
799
&chunk->subh.
cookie_hdr
->c.peer_addr,
in sctp_sf_do_5_1D_ce()
1871
peer_init = (struct sctp_init_chunk *)(chunk->subh.
cookie_hdr
+ 1);
in sctp_sf_do_dupcook_a()
1991
peer_init = (struct sctp_init_chunk *)(chunk->subh.
cookie_hdr
+ 1);
in sctp_sf_do_dupcook_b()
2225
chunk->subh.
cookie_hdr
= (struct sctp_signed_cookie *)chunk->skb->data;
in sctp_sf_do_5_2_4_dupcook()
6459
cookie = chunk->subh.
cookie_hdr
;
in sctp_send_stale_cookie_err()
H
A
D
sm_make_chunk.c
582
retval->subh.
cookie_hdr
=
in sctp_make_cookie_echo()
1778
cookie = chunk->subh.
cookie_hdr
;
in sctp_unpack_cookie()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
592
struct sctp_signed_cookie *
cookie_hdr
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
598
struct sctp_signed_cookie *
cookie_hdr
;
member
Completed in 30 milliseconds