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:my_vtag
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
sm.h
380
if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.
my_vtag
)
in sctp_vtag_verify()
415
(ntohl(chunk->sctp_hdr->vtag) == asoc->c.
my_vtag
)) ||
in sctp_vtag_verify_either()
H
A
D
structs.h
274
__u32
my_vtag
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
sm.h
384
if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.
my_vtag
)
in sctp_vtag_verify()
420
(ntohl(chunk->sctp_hdr->vtag) == asoc->c.
my_vtag
)) ||
in sctp_vtag_verify_either()
H
A
D
structs.h
278
__u32
my_vtag
;
member
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_statefuns.c
1386
new_asoc->c.
my_vtag
= asoc->c.
my_vtag
;
in sctp_tietags_populate()
1387
new_asoc->c.my_ttag = asoc->c.
my_vtag
;
in sctp_tietags_populate()
1392
new_asoc->c.
my_vtag
= asoc->c.
my_vtag
;
in sctp_tietags_populate()
1393
new_asoc->c.my_ttag = asoc->c.
my_vtag
;
in sctp_tietags_populate()
1401
new_asoc->c.my_ttag = asoc->c.
my_vtag
;
in sctp_tietags_populate()
1429
if ((asoc->c.
my_vtag
!= new_asoc->c.
my_vtag
) &&
in sctp_tietags_compare()
1431
(asoc->c.
my_vtag
in sctp_tietags_compare()
[all...]
H
A
D
sm_make_chunk.c
235
init.init_tag = htonl(asoc->c.
my_vtag
);
in sctp_make_init()
402
initack.init_tag = htonl(asoc->c.
my_vtag
);
in sctp_make_init_ack()
1767
if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->
my_vtag
) {
in sctp_unpack_cookie()
H
A
D
outqueue.c
917
ctx->packet->vtag = ctx->asoc->c.
my_vtag
;
in sctp_outq_flush_ctrl()
H
A
D
input.c
527
ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.
my_vtag
)
in sctp_err_lookup()
H
A
D
associola.c
174
asoc->c.
my_vtag
= sctp_generate_tag(ep);
in sctp_association_init()
H
A
D
socket.c
5071
info->sctpi_tag = asoc->c.
my_vtag
;
in sctp_get_sctp_info()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_statefuns.c
1435
new_asoc->c.
my_vtag
= asoc->c.
my_vtag
;
in sctp_tietags_populate()
1436
new_asoc->c.my_ttag = asoc->c.
my_vtag
;
in sctp_tietags_populate()
1441
new_asoc->c.
my_vtag
= asoc->c.
my_vtag
;
in sctp_tietags_populate()
1442
new_asoc->c.my_ttag = asoc->c.
my_vtag
;
in sctp_tietags_populate()
1450
new_asoc->c.my_ttag = asoc->c.
my_vtag
;
in sctp_tietags_populate()
1478
if ((asoc->c.
my_vtag
!= new_asoc->c.
my_vtag
) &&
in sctp_tietags_compare()
1480
(asoc->c.
my_vtag
in sctp_tietags_compare()
[all...]
H
A
D
sm_make_chunk.c
235
init.init_tag = htonl(asoc->c.
my_vtag
);
in sctp_make_init()
402
initack.init_tag = htonl(asoc->c.
my_vtag
);
in sctp_make_init_ack()
1812
if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->
my_vtag
) {
in sctp_unpack_cookie()
H
A
D
associola.c
177
asoc->c.
my_vtag
= sctp_generate_tag(ep);
in sctp_association_init()
H
A
D
input.c
516
ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.
my_vtag
)
in sctp_err_lookup()
H
A
D
outqueue.c
925
ctx->packet->vtag = ctx->asoc->c.
my_vtag
;
in sctp_outq_flush_ctrl()
H
A
D
socket.c
5186
info->sctpi_tag = asoc->c.
my_vtag
;
in sctp_get_sctp_info()
Completed in 59 milliseconds