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:uc_ttl
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_sock.h
197
* @
uc_ttl
- Unicast TTL
221
__s16
uc_ttl
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_sock.h
199
* @
uc_ttl
- Unicast TTL
223
__s16
uc_ttl
;
member
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_sockglue.c
1059
inet->
uc_ttl
= val;
in do_ip_setsockopt()
1606
val = (inet->
uc_ttl
== -1 ?
in do_ip_getsockopt()
1608
inet->
uc_ttl
);
in do_ip_getsockopt()
H
A
D
af_inet.c
360
inet->
uc_ttl
= -1;
in inet_create()
H
A
D
ip_output.c
134
int ttl = inet->
uc_ttl
;
in ip_select_ttl()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
af_ninet.c
213
inet->
uc_ttl
= -1;
in ninet_create()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_sockglue.c
1029
WRITE_ONCE(inet->
uc_ttl
, val);
in do_ip_setsockopt()
1590
val = READ_ONCE(inet->
uc_ttl
);
in do_ip_getsockopt()
H
A
D
af_inet.c
361
inet->
uc_ttl
= -1;
in inet_create()
H
A
D
ip_output.c
136
int ttl = READ_ONCE(inet->
uc_ttl
);
in ip_select_ttl()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
af_inet6.c
230
inet->
uc_ttl
= -1;
in inet6_create()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
af_inet6.c
233
inet->
uc_ttl
= -1;
in inet6_create()
/kernel/linux/linux-5.10/net/sctp/
H
A
D
socket.c
9242
newinet->
uc_ttl
= inet->
uc_ttl
;
in sctp_copy_sock()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
socket.c
9486
newinet->
uc_ttl
= inet->
uc_ttl
;
in sctp_copy_sock()
Completed in 43 milliseconds