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_NOT_ECT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_ecn.h
13
INET_ECN_NOT_ECT
= 0,
enumerator
29
return (dsfield & INET_ECN_MASK) ==
INET_ECN_NOT_ECT
;
in INET_ECN_is_not_ect()
83
*
INET_ECN_NOT_ECT
=> 01
in IP_ECN_set_ce()
240
case
INET_ECN_NOT_ECT
:
in __INET_ECN_decapsulate()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_ecn.h
14
INET_ECN_NOT_ECT
= 0,
enumerator
30
return (dsfield & INET_ECN_MASK) ==
INET_ECN_NOT_ECT
;
in INET_ECN_is_not_ect()
84
*
INET_ECN_NOT_ECT
=> 01
in IP_ECN_set_ce()
255
case
INET_ECN_NOT_ECT
:
in __INET_ECN_decapsulate()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_ipip.c
358
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_ipip_ecn_encap_init()
389
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_ipip_ecn_decap_init()
391
for (j =
INET_ECN_NOT_ECT
; j <= INET_ECN_CE; j++) {
in mlxsw_sp_ipip_ecn_decap_init()
H
A
D
spectrum_nve.c
893
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_nve_ecn_encap_init()
927
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_nve_ecn_decap_init()
931
for (j =
INET_ECN_NOT_ECT
; j <= INET_ECN_CE; j++) {
in mlxsw_sp_nve_ecn_decap_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_ipip.c
550
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_ipip_ecn_encap_init()
581
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_ipip_ecn_decap_init()
583
for (j =
INET_ECN_NOT_ECT
; j <= INET_ECN_CE; j++) {
in mlxsw_sp_ipip_ecn_decap_init()
H
A
D
spectrum_nve.c
1041
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_nve_ecn_encap_init()
1075
for (i =
INET_ECN_NOT_ECT
; i <= INET_ECN_CE; i++) {
in mlxsw_sp_nve_ecn_decap_init()
1079
for (j =
INET_ECN_NOT_ECT
; j <= INET_ECN_CE; j++) {
in mlxsw_sp_nve_ecn_decap_init()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
357
case
INET_ECN_NOT_ECT
:
in __tcp_ecn_check_ce()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
365
case
INET_ECN_NOT_ECT
:
in __tcp_ecn_check_ce()
Completed in 23 milliseconds