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:TCP_FLAG_RST
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_minisocks.c
580
__be32 flg = tcp_flag_word(th) & (
TCP_FLAG_RST
|TCP_FLAG_SYN|TCP_FLAG_ACK);
in tcp_check_req()
717
if (!(flg &
TCP_FLAG_RST
) &&
in tcp_check_req()
744
if (flg & (
TCP_FLAG_RST
|TCP_FLAG_SYN)) {
in tcp_check_req()
801
if (!(flg &
TCP_FLAG_RST
)) {
in tcp_check_req()
H
A
D
tcp_offload.c
276
TCP_FLAG_RST
| TCP_FLAG_SYN |
in tcp_gro_receive()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_minisocks.c
606
__be32 flg = tcp_flag_word(th) & (
TCP_FLAG_RST
|TCP_FLAG_SYN|TCP_FLAG_ACK);
in tcp_check_req()
742
if (!(flg &
TCP_FLAG_RST
) &&
in tcp_check_req()
769
if (flg & (
TCP_FLAG_RST
|TCP_FLAG_SYN)) {
in tcp_check_req()
829
if (!(flg &
TCP_FLAG_RST
)) {
in tcp_check_req()
H
A
D
tcp_offload.c
287
TCP_FLAG_RST
| TCP_FLAG_SYN |
in tcp_gro_receive()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
xdpwall.c
177
(TCP_FLAG_ACK |
TCP_FLAG_RST
| TCP_FLAG_SYN | TCP_FLAG_FIN)) == FLAG;
in tcphdr_only_contains_flag()
186
else if (tcphdr_only_contains_flag(tcp,
TCP_FLAG_RST
))
in set_tcp_flags()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
tcp.h
78
TCP_FLAG_RST
= __constant_cpu_to_be32(0x00040000),
enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
tcp.h
78
TCP_FLAG_RST
= __constant_cpu_to_be32(0x00040000),
enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
tcp.h
78
TCP_FLAG_RST
= __constant_cpu_to_be32(0x00040000),
enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
tcp.h
51
TCP_FLAG_RST
= __constant_cpu_to_be32(0x00040000),
enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
tcp.h
78
TCP_FLAG_RST
= __constant_cpu_to_be32(0x00040000),
enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
tcp.h
51
TCP_FLAG_RST
= __constant_cpu_to_be32(0x00040000),
enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
tcp.h
56
TCP_FLAG_RST
= __constant_cpu_to_be32(0x00040000),
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H
A
D
ct_fs_smfs.c
16
#define MLX5_CT_TCP_FLAGS_MASK cpu_to_be16(be32_to_cpu(
TCP_FLAG_RST
| TCP_FLAG_FIN) >> 16)
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
581
} else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|
TCP_FLAG_RST
)) ==
in tcp_in_window()
582
(TCP_FLAG_ACK|
TCP_FLAG_RST
))
in tcp_in_window()
H
A
D
nf_flow_table_offload.c
130
mask->tcp.flags = cpu_to_be16(be32_to_cpu(
TCP_FLAG_RST
| TCP_FLAG_FIN) >> 16);
in nf_flow_rule_match()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
601
} else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|
TCP_FLAG_RST
)) ==
in tcp_in_window()
602
(TCP_FLAG_ACK|
TCP_FLAG_RST
))
in tcp_in_window()
H
A
D
nf_flow_table_offload.c
172
mask->tcp.flags = cpu_to_be16(be32_to_cpu(
TCP_FLAG_RST
| TCP_FLAG_FIN) >> 16);
in nf_flow_rule_match()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
2208
__be32 flg = tcp_flag_word(th) & (
TCP_FLAG_RST
| TCP_FLAG_SYN | TCP_FLAG_ACK);
in tcp_nip_check_req()
Completed in 21 milliseconds