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_ACK
(Results
1 - 20
of
20
) sorted by relevance
/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()
184
else if (tcphdr_only_contains_flag(tcp,
TCP_FLAG_ACK
))
in set_tcp_flags()
H
A
D
xdp_synproxy_kern.c
518
tcp_flag_word(tcp_header) = TCP_FLAG_SYN |
TCP_FLAG_ACK
;
in tcp_gen_synack()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_synproxy_core.c
497
tcp_flag_word(nth) = TCP_FLAG_SYN |
TCP_FLAG_ACK
;
in synproxy_send_client_synack()
585
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_server_ack()
623
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_client_ack()
910
tcp_flag_word(nth) = TCP_FLAG_SYN |
TCP_FLAG_ACK
;
in synproxy_send_client_synack_ipv6()
999
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_server_ack_ipv6()
1038
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_client_ack_ipv6()
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()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_synproxy_core.c
474
tcp_flag_word(nth) = TCP_FLAG_SYN |
TCP_FLAG_ACK
;
in synproxy_send_client_synack()
562
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_server_ack()
600
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_client_ack()
887
tcp_flag_word(nth) = TCP_FLAG_SYN |
TCP_FLAG_ACK
;
in synproxy_send_client_synack_ipv6()
976
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_server_ack_ipv6()
1015
tcp_flag_word(nth) =
TCP_FLAG_ACK
;
in synproxy_send_client_ack_ipv6()
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()
/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()
702
if ((flg &
TCP_FLAG_ACK
) && !fastopen &&
in tcp_check_req()
755
if (!(flg &
TCP_FLAG_ACK
))
in tcp_check_req()
/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()
727
if ((flg &
TCP_FLAG_ACK
) && !fastopen &&
in tcp_check_req()
780
if (!(flg &
TCP_FLAG_ACK
))
in tcp_check_req()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
tcp.h
76
TCP_FLAG_ACK
= __constant_cpu_to_be32(0x00100000),
enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
tcp.h
76
TCP_FLAG_ACK
= __constant_cpu_to_be32(0x00100000),
enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
tcp.h
76
TCP_FLAG_ACK
= __constant_cpu_to_be32(0x00100000),
enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
tcp.h
49
TCP_FLAG_ACK
= __constant_cpu_to_be32(0x00100000),
enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
tcp.h
76
TCP_FLAG_ACK
= __constant_cpu_to_be32(0x00100000),
enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
tcp.h
49
TCP_FLAG_ACK
= __constant_cpu_to_be32(0x00100000),
enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
tcp.h
54
TCP_FLAG_ACK
= __constant_cpu_to_be32(0x00100000),
enumerator
/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()
2220
if ((flg &
TCP_FLAG_ACK
) &&
in tcp_nip_check_req()
2228
if (!(flg &
TCP_FLAG_ACK
)) {
in tcp_nip_check_req()
2229
nip_dbg("No
TCP_FLAG_ACK
");
in tcp_nip_check_req()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
1096
cpu_to_be32(0x0F3F0000)) !=
TCP_FLAG_ACK
))
in cake_tcph_may_drop()
1184
(
TCP_FLAG_ACK
| TCP_FLAG_SYN)) !=
TCP_FLAG_ACK
)
in cake_ack_filter()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
1097
cpu_to_be32(0x0F3F0000)) !=
TCP_FLAG_ACK
))
in cake_tcph_may_drop()
1185
(
TCP_FLAG_ACK
| TCP_FLAG_SYN)) !=
TCP_FLAG_ACK
)
in cake_ack_filter()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
683
ntohl(
TCP_FLAG_ACK
) |
in __tcp_fast_path_on()
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
706
ntohl(
TCP_FLAG_ACK
) |
in __tcp_fast_path_on()
Completed in 36 milliseconds