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:TCPHDR_URG
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
46
#define
TCPHDR_URG
0x20
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
46
#define
TCPHDR_URG
0x20
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H
A
D
vcap_tc.c
307
if (tcp_flags_mask &
TCPHDR_URG
) {
in vcap_tc_flower_handler_tcp_usage()
309
if (tcp_flags_key &
TCPHDR_URG
)
in vcap_tc_flower_handler_tcp_usage()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
708
TCPHDR_URG
) + 1] =
711
[TCPHDR_SYN|
TCPHDR_URG
] = 1,
716
[TCPHDR_FIN|TCPHDR_ACK|
TCPHDR_URG
] = 1,
718
[TCPHDR_ACK|
TCPHDR_URG
] = 1,
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
212
if (tcp_flags &
TCPHDR_URG
)
in nfp_flower_compile_ip_ext()
214
if (tcp_flags_mask &
TCPHDR_URG
)
in nfp_flower_compile_ip_ext()
H
A
D
offload.c
19
TCPHDR_PSH |
TCPHDR_URG
)
493
if ((tcp_flags & (TCPHDR_PSH |
TCPHDR_URG
)) &&
in nfp_flower_calculate_key_layers()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
263
if (tcp_flags &
TCPHDR_URG
)
in nfp_flower_compile_ip_ext()
265
if (tcp_flags_mask &
TCPHDR_URG
)
in nfp_flower_compile_ip_ext()
H
A
D
offload.c
20
TCPHDR_PSH |
TCPHDR_URG
)
491
if ((tcp_flags & (TCPHDR_PSH |
TCPHDR_URG
)) &&
in nfp_flower_calculate_key_layers()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
781
TCPHDR_URG
) + 1] =
784
[TCPHDR_SYN|
TCPHDR_URG
] = 1,
789
[TCPHDR_FIN|TCPHDR_ACK|
TCPHDR_URG
] = 1,
791
[TCPHDR_ACK|
TCPHDR_URG
] = 1,
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
818
#define
TCPHDR_URG
0x20
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
843
#define
TCPHDR_URG
0x20
macro
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_ipv4.c
1833
TCP_SKB_CB(skb)->tcp_flags) & (TCPHDR_SYN | TCPHDR_RST |
TCPHDR_URG
)) ||
in tcp_add_backlog()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_ipv4.c
1864
TCP_SKB_CB(skb)->tcp_flags) & (TCPHDR_SYN | TCPHDR_RST |
TCPHDR_URG
)) ||
in tcp_add_backlog()
Completed in 31 milliseconds