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:pmtu_pending
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
output.c
111
if (asoc->
pmtu_pending
) {
in sctp_packet_config()
114
asoc->
pmtu_pending
= 0;
in sctp_packet_config()
H
A
D
associola.c
669
peer->
pmtu_pending
= 0;
in sctp_assoc_add_peer()
1427
if (t->
pmtu_pending
&& t->dst) {
in sctp_assoc_sync_pmtu()
1430
t->
pmtu_pending
= 0;
in sctp_assoc_sync_pmtu()
H
A
D
input.c
395
asoc->
pmtu_pending
= 1;
in sctp_icmp_frag_needed()
396
t->
pmtu_pending
= 1;
in sctp_icmp_frag_needed()
H
A
D
socket.c
1817
if (asoc->
pmtu_pending
) {
in sctp_sendmsg_to_asoc()
1820
asoc->
pmtu_pending
= 0;
in sctp_sendmsg_to_asoc()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
associola.c
673
peer->
pmtu_pending
= 0;
in sctp_assoc_add_peer()
1435
if (t->
pmtu_pending
&& t->dst) {
in sctp_assoc_sync_pmtu()
1438
t->
pmtu_pending
= 0;
in sctp_assoc_sync_pmtu()
H
A
D
output.c
112
if (asoc->
pmtu_pending
) {
in sctp_packet_config()
115
asoc->
pmtu_pending
= 0;
in sctp_packet_config()
H
A
D
input.c
382
asoc->
pmtu_pending
= 1;
in sctp_icmp_frag_needed()
383
t->
pmtu_pending
= 1;
in sctp_icmp_frag_needed()
H
A
D
socket.c
1819
if (asoc->
pmtu_pending
) {
in sctp_sendmsg_to_asoc()
1822
asoc->
pmtu_pending
= 0;
in sctp_sendmsg_to_asoc()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
792
pmtu_pending
:1,
member
1804
__u8
pmtu_pending
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
799
pmtu_pending
:1,
member
1830
__u8
pmtu_pending
;
member
Completed in 36 milliseconds