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:INET_ECN_ECT_0
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_ecn.h
15
INET_ECN_ECT_0
= 2,
enumerator
34
return dsfield &
INET_ECN_ECT_0
;
in INET_ECN_is_capable()
49
INET_ECN_ECT_0
;
in INET_ECN_encapsulate()
55
inet_sk(sk)->tos |=
INET_ECN_ECT_0
;
in INET_ECN_xmit()
57
inet6_sk(sk)->tclass |=
INET_ECN_ECT_0
;
in INET_ECN_xmit()
73
(label) |= htonl(
INET_ECN_ECT_0
<< 20); \
85
*
INET_ECN_ECT_0
=> 11
in IP_ECN_set_ce()
94
*
INET_ECN_ECT_0
=> check += htons(0xFFFE)
in IP_ECN_set_ce()
107
if ((iph->tos & INET_ECN_MASK) !=
INET_ECN_ECT_0
)
in IP_ECN_set_ect1()
156
if ((ipv6_get_dsfield(iph) & INET_ECN_MASK) !=
INET_ECN_ECT_0
)
in IP6_ECN_set_ect1()
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_ecn.h
16
INET_ECN_ECT_0
= 2,
enumerator
35
return dsfield &
INET_ECN_ECT_0
;
in INET_ECN_is_capable()
50
INET_ECN_ECT_0
;
in INET_ECN_encapsulate()
56
inet_sk(sk)->tos |=
INET_ECN_ECT_0
;
in INET_ECN_xmit()
58
inet6_sk(sk)->tclass |=
INET_ECN_ECT_0
;
in INET_ECN_xmit()
74
(label) |= htonl(
INET_ECN_ECT_0
<< 20); \
86
*
INET_ECN_ECT_0
=> 11
in IP_ECN_set_ce()
95
*
INET_ECN_ECT_0
=> check += htons(0xFFFE)
in IP_ECN_set_ce()
107
if ((iph->tos & INET_ECN_MASK) !=
INET_ECN_ECT_0
)
in IP_ECN_set_ect1()
154
if ((ipv6_get_dsfield(iph) & INET_ECN_MASK) !=
INET_ECN_ECT_0
)
in IP6_ECN_set_ect1()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_input.c
497
BUILD_BUG_ON(IPSTATS_MIB_ECT0PKTS != IPSTATS_MIB_NOECTPKTS +
INET_ECN_ECT_0
);
in ip_rcv_core()
H
A
D
tcp_ipv4.c
1010
tos |=
INET_ECN_ECT_0
;
in tcp_v4_send_synack()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_input.c
500
BUILD_BUG_ON(IPSTATS_MIB_ECT0PKTS != IPSTATS_MIB_NOECTPKTS +
INET_ECN_ECT_0
);
in ip_rcv_core()
H
A
D
tcp_ipv4.c
1034
tos |=
INET_ECN_ECT_0
;
in tcp_v4_send_synack()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum.h
357
else if (outer_ecn == INET_ECN_ECT_1 && inner_ecn ==
INET_ECN_ECT_0
)
in mlxsw_sp_tunnel_ecn_decap()
/kernel/linux/linux-5.10/net/sctp/
H
A
D
ipv6.c
806
inet6_sk(sk)->tclass |=
INET_ECN_ECT_0
;
in sctp_v6_ecn_capable()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
ipv6.c
865
inet6_sk(sk)->tclass |=
INET_ECN_ECT_0
;
in sctp_v6_ecn_capable()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tcp_ipv6.c
557
tclass |=
INET_ECN_ECT_0
;
in tcp_v6_send_synack()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum.h
428
else if (outer_ecn == INET_ECN_ECT_1 && inner_ecn ==
INET_ECN_ECT_0
)
in mlxsw_sp_tunnel_ecn_decap()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcp_ipv6.c
561
tclass |=
INET_ECN_ECT_0
;
in tcp_v6_send_synack()
Completed in 29 milliseconds