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:active_path
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
associola.c
446
asoc->peer.
active_path
= transport;
in sctp_assoc_set_primary()
508
if (asoc->peer.
active_path
== peer)
in sctp_assoc_rm_peer()
509
asoc->peer.
active_path
= transport;
in sctp_assoc_rm_peer()
548
struct sctp_transport *active = asoc->peer.
active_path
;
in sctp_assoc_rm_peer()
724
if (asoc->peer.
active_path
== asoc->peer.retran_path &&
in sctp_assoc_add_peer()
934
* Let's be hopeful and check the
active_path
first.
in sctp_assoc_lookup_tsn()
940
active = asoc->peer.
active_path
;
in sctp_assoc_lookup_tsn()
1274
/* If
active_path
and retran_path are the same and active,
in sctp_assoc_update_retran_path()
1277
if (asoc->peer.
active_path
== asoc->peer.retran_path &&
in sctp_assoc_update_retran_path()
1278
asoc->peer.
active_path
in sctp_assoc_update_retran_path()
[all...]
H
A
D
transport.c
310
(!asoc->peer.primary_path || transport == asoc->peer.
active_path
))
in sctp_transport_route()
H
A
D
outqueue.c
821
new_transport = ctx->asoc->peer.
active_path
;
in sctp_outq_select_transport()
846
new_transport = ctx->asoc->peer.
active_path
;
in sctp_outq_select_transport()
H
A
D
sm_sideeffect.c
574
asoc->peer.
active_path
!= transport)
in sctp_do_8_2_transport_strike()
575
sctp_assoc_set_primary(asoc, asoc->peer.
active_path
);
in sctp_do_8_2_transport_strike()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
associola.c
447
asoc->peer.
active_path
= transport;
in sctp_assoc_set_primary()
509
if (asoc->peer.
active_path
== peer)
in sctp_assoc_rm_peer()
510
asoc->peer.
active_path
= transport;
in sctp_assoc_rm_peer()
549
struct sctp_transport *active = asoc->peer.
active_path
;
in sctp_assoc_rm_peer()
730
if (asoc->peer.
active_path
== asoc->peer.retran_path &&
in sctp_assoc_add_peer()
942
* Let's be hopeful and check the
active_path
first.
in sctp_assoc_lookup_tsn()
948
active = asoc->peer.
active_path
;
in sctp_assoc_lookup_tsn()
1282
/* If
active_path
and retran_path are the same and active,
in sctp_assoc_update_retran_path()
1285
if (asoc->peer.
active_path
== asoc->peer.retran_path &&
in sctp_assoc_update_retran_path()
1286
asoc->peer.
active_path
in sctp_assoc_update_retran_path()
[all...]
H
A
D
outqueue.c
828
new_transport = ctx->asoc->peer.
active_path
;
in sctp_outq_select_transport()
853
new_transport = ctx->asoc->peer.
active_path
;
in sctp_outq_select_transport()
H
A
D
sm_sideeffect.c
606
asoc->peer.
active_path
!= transport)
in sctp_do_8_2_transport_strike()
607
sctp_assoc_set_primary(asoc, asoc->peer.
active_path
);
in sctp_do_8_2_transport_strike()
H
A
D
transport.c
468
(!asoc->peer.primary_path || transport == asoc->peer.
active_path
))
in sctp_transport_route()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1633
/*
active_path
1637
struct sctp_transport *
active_path
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1657
/*
active_path
1661
struct sctp_transport *
active_path
;
member
Completed in 29 milliseconds