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:peer_vtag
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
sm.h
416
(sctp_test_T_bit(chunk) && asoc->c.
peer_vtag
&&
in sctp_vtag_verify_either()
417
(ntohl(chunk->sctp_hdr->vtag) == asoc->c.
peer_vtag
))) {
in sctp_vtag_verify_either()
H
A
D
structs.h
280
__u32
peer_vtag
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
sm.h
421
(sctp_test_T_bit(chunk) && asoc->c.
peer_vtag
&&
in sctp_vtag_verify_either()
422
(ntohl(chunk->sctp_hdr->vtag) == asoc->c.
peer_vtag
))) {
in sctp_vtag_verify_either()
H
A
D
structs.h
284
__u32
peer_vtag
;
member
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_statefuns.c
1394
new_asoc->c.peer_ttag = asoc->c.
peer_vtag
;
in sctp_tietags_populate()
1402
new_asoc->c.peer_ttag = asoc->c.
peer_vtag
;
in sctp_tietags_populate()
1430
(asoc->c.
peer_vtag
!= new_asoc->c.
peer_vtag
) &&
in sctp_tietags_compare()
1432
(asoc->c.
peer_vtag
== new_asoc->c.peer_ttag))
in sctp_tietags_compare()
1437
((asoc->c.
peer_vtag
!= new_asoc->c.
peer_vtag
) ||
in sctp_tietags_compare()
1438
(0 == asoc->c.
peer_vtag
))) {
in sctp_tietags_compare()
1444
(asoc->c.
peer_vtag
== new_asoc->c.
peer_vtag
))
in sctp_tietags_compare()
[all...]
H
A
D
input.c
530
} else if (vtag != asoc->c.
peer_vtag
) {
in sctp_err_lookup()
H
A
D
sm_make_chunk.c
2420
asoc->c.
peer_vtag
= asoc->peer.i.init_tag;
in sctp_process_init()
H
A
D
socket.c
5086
info->sctpi_peer_tag = asoc->c.
peer_vtag
;
in sctp_get_sctp_info()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_statefuns.c
1443
new_asoc->c.peer_ttag = asoc->c.
peer_vtag
;
in sctp_tietags_populate()
1451
new_asoc->c.peer_ttag = asoc->c.
peer_vtag
;
in sctp_tietags_populate()
1479
(asoc->c.
peer_vtag
!= new_asoc->c.
peer_vtag
) &&
in sctp_tietags_compare()
1481
(asoc->c.
peer_vtag
== new_asoc->c.peer_ttag))
in sctp_tietags_compare()
1486
((asoc->c.
peer_vtag
!= new_asoc->c.
peer_vtag
) ||
in sctp_tietags_compare()
1487
(0 == asoc->c.
peer_vtag
))) {
in sctp_tietags_compare()
1493
(asoc->c.
peer_vtag
== new_asoc->c.
peer_vtag
))
in sctp_tietags_compare()
[all...]
H
A
D
input.c
519
} else if (vtag != asoc->c.
peer_vtag
) {
in sctp_err_lookup()
H
A
D
sm_make_chunk.c
2466
asoc->c.
peer_vtag
= asoc->peer.i.init_tag;
in sctp_process_init()
H
A
D
socket.c
5201
info->sctpi_peer_tag = asoc->c.
peer_vtag
;
in sctp_get_sctp_info()
Completed in 48 milliseconds