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:tw_transparent
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_timewait_sock.h
69
tw_transparent
: 1,
member
H
A
D
tcp.h
1946
return inet_twsk(sk)->
tw_transparent
;
in inet_sk_transparent()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_timewait_sock.h
68
unsigned int
tw_transparent
: 1,
member
H
A
D
tcp.h
2041
return inet_twsk(sk)->
tw_transparent
;
in inet_sk_transparent()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_timewait_sock.c
185
tw->
tw_transparent
= inet->transparent;
in inet_twsk_alloc()
H
A
D
tcp_minisocks.c
267
tw->
tw_transparent
= inet->transparent;
in tcp_time_wait()
H
A
D
tcp_ipv4.c
939
tw->
tw_transparent
? IP_REPLY_ARG_NOSRCCHECK : 0,
in tcp_v4_timewait_ack()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_timewait_sock.c
206
tw->
tw_transparent
= inet_test_bit(TRANSPARENT, sk);
in inet_twsk_alloc()
H
A
D
tcp_minisocks.c
293
tw->
tw_transparent
= inet_test_bit(TRANSPARENT, sk);
in tcp_time_wait()
H
A
D
tcp_ipv4.c
961
tw->
tw_transparent
? IP_REPLY_ARG_NOSRCCHECK : 0,
in tcp_v4_timewait_ack()
Completed in 19 milliseconds