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:ip_ttl
(Results
1 - 13
of
13
) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
ip.h
86
uint8_t
ip_ttl
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
tc.c
373
MAP_KEY_AND_MASK(IP, ip, ttl,
ip_ttl
);
in efx_tc_flower_parse_match()
1228
if (match->mask.
ip_ttl
!= U8_MAX) {
in efx_tc_mangle()
1231
match->mask.
ip_ttl
);
in efx_tc_mangle()
1238
if (match->value.
ip_ttl
== 0) {
in efx_tc_mangle()
1253
tr_ttl = match->value.
ip_ttl
- 1;
in efx_tc_mangle()
1287
if (match->mask.
ip_ttl
!= U8_MAX) {
in efx_tc_mangle()
1290
match->mask.
ip_ttl
);
in efx_tc_mangle()
1297
if (match->value.
ip_ttl
== 0) {
in efx_tc_mangle()
1312
tr_ttl = match->value.
ip_ttl
- 1;
in efx_tc_mangle()
H
A
D
tc.h
96
u8 ip_proto, ip_tos,
ip_ttl
;
member
H
A
D
mae.c
688
CHECK(IP_TTL,
ip_ttl
) ||
in efx_mae_match_check_caps()
783
CHECK(ENC_IP_TTL,
ip_ttl
) ||
in efx_mae_match_check_caps_lhs()
1622
match->value.
ip_ttl
);
1624
match->mask.
ip_ttl
);
2115
match->value.
ip_ttl
);
2117
match->mask.
ip_ttl
);
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H
A
D
mirror_gre_changes.sh
78
flower
ip_ttl
50 action pass
H
A
D
tc_flower.sh
318
$tcflags dst_ip 192.0.2.2
ip_ttl
63 action drop
346
log_test "
ip_ttl
match ($tcflags)"
H
A
D
vxlan_bridge_1d.sh
507
flower
ip_ttl
99 action pass
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
mirror_gre_changes.sh
78
flower skip_hw
ip_ttl
50 action pass
H
A
D
vxlan_bridge_1d_ipv6.sh
628
flower
ip_ttl
99 action pass
H
A
D
vxlan_bridge_1d.sh
507
flower
ip_ttl
99 action pass
H
A
D
tc_flower.sh
321
$tcflags dst_ip 192.0.2.2
ip_ttl
63 action drop
349
log_test "
ip_ttl
match ($tcflags)"
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
ip_defrag.c
237
iphdr->
ip_ttl
= 0x40;
in send_udp_frags()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ip_defrag.c
237
iphdr->
ip_ttl
= 0x40;
in send_udp_frags()
Completed in 15 milliseconds