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_RST
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
43
#define
TCPHDR_RST
0x04
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
43
#define
TCPHDR_RST
0x04
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H
A
D
vcap_tc.c
280
if (tcp_flags_mask &
TCPHDR_RST
) {
in vcap_tc_flower_handler_tcp_usage()
282
if (tcp_flags_key &
TCPHDR_RST
)
in vcap_tc_flower_handler_tcp_usage()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
202
if (tcp_flags &
TCPHDR_RST
)
in nfp_flower_compile_ip_ext()
204
if (tcp_flags_mask &
TCPHDR_RST
)
in nfp_flower_compile_ip_ext()
H
A
D
offload.c
18
(TCPHDR_FIN | TCPHDR_SYN |
TCPHDR_RST
| \
494
!(tcp_flags & (TCPHDR_FIN | TCPHDR_SYN |
TCPHDR_RST
))) {
in nfp_flower_calculate_key_layers()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
707
static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|
TCPHDR_RST
|TCPHDR_ACK|
713
[
TCPHDR_RST
] = 1,
714
[
TCPHDR_RST
|TCPHDR_ACK] = 1,
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
253
if (tcp_flags &
TCPHDR_RST
)
in nfp_flower_compile_ip_ext()
255
if (tcp_flags_mask &
TCPHDR_RST
)
in nfp_flower_compile_ip_ext()
H
A
D
offload.c
19
(TCPHDR_FIN | TCPHDR_SYN |
TCPHDR_RST
| \
492
!(tcp_flags & (TCPHDR_FIN | TCPHDR_SYN |
TCPHDR_RST
))) {
in nfp_flower_calculate_key_layers()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
780
static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|
TCPHDR_RST
|TCPHDR_ACK|
786
[
TCPHDR_RST
] = 1,
787
[
TCPHDR_RST
|TCPHDR_ACK] = 1,
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
options.c
667
if (unlikely(skb && TCP_SKB_CB(skb)->tcp_flags &
TCPHDR_RST
))
in mptcp_established_options()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
options.c
339
if (!(TCP_SKB_CB(skb)->tcp_flags &
TCPHDR_RST
))
in mptcp_parse_option()
840
if (unlikely(skb && TCP_SKB_CB(skb)->tcp_flags &
TCPHDR_RST
)) {
in mptcp_established_options()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_output.c
1036
TCPHDR_ACK |
TCPHDR_RST
);
in tcp_nip_send_active_reset()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
815
#define
TCPHDR_RST
0x04
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
840
#define
TCPHDR_RST
0x04
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()
H
A
D
tcp_output.c
3483
TCPHDR_ACK |
TCPHDR_RST
);
in tcp_send_active_reset()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
3572
TCPHDR_ACK |
TCPHDR_RST
);
in tcp_send_active_reset()
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 58 milliseconds