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_PSH
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
44
#define
TCPHDR_PSH
0x08
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
44
#define
TCPHDR_PSH
0x08
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H
A
D
vcap_tc.c
289
if (tcp_flags_mask &
TCPHDR_PSH
) {
in vcap_tc_flower_handler_tcp_usage()
291
if (tcp_flags_key &
TCPHDR_PSH
)
in vcap_tc_flower_handler_tcp_usage()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
207
if (tcp_flags &
TCPHDR_PSH
)
in nfp_flower_compile_ip_ext()
209
if (tcp_flags_mask &
TCPHDR_PSH
)
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
258
if (tcp_flags &
TCPHDR_PSH
)
in nfp_flower_compile_ip_ext()
260
if (tcp_flags_mask &
TCPHDR_PSH
)
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-5.10/net/ipv4/
H
A
D
tcp_output.c
1296
tcb->tcp_flags |=
TCPHDR_PSH
;
in __tcp_transmit_skb()
1585
TCP_SKB_CB(skb)->tcp_flags = flags & ~(TCPHDR_FIN |
TCPHDR_PSH
);
in tcp_fragment()
2146
TCP_SKB_CB(skb)->tcp_flags = flags & ~(TCPHDR_FIN |
TCPHDR_PSH
);
in tso_fragment()
2432
~(TCPHDR_FIN|
TCPHDR_PSH
);
in tcp_mtu_probe()
3839
TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK |
TCPHDR_PSH
;
in tcp_send_syn_data()
4090
TCP_SKB_CB(skb)->tcp_flags |=
TCPHDR_PSH
;
in tcp_write_wakeup()
4097
TCP_SKB_CB(skb)->tcp_flags |=
TCPHDR_PSH
;
in tcp_write_wakeup()
H
A
D
tcp.c
669
TCP_SKB_CB(skb)->tcp_flags |=
TCPHDR_PSH
;
in tcp_mark_push()
1074
TCP_SKB_CB(skb)->tcp_flags &= ~
TCPHDR_PSH
;
in do_tcp_sendpages()
1396
TCP_SKB_CB(skb)->tcp_flags &= ~
TCPHDR_PSH
;
in tcp_sendmsg_locked()
H
A
D
tcp_input.c
259
if (TCP_SKB_CB(skb)->tcp_flags &
TCPHDR_PSH
)
in tcp_measure_rcv_mss()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
1299
tcb->tcp_flags |=
TCPHDR_PSH
;
in __tcp_transmit_skb()
1596
TCP_SKB_CB(skb)->tcp_flags = flags & ~(TCPHDR_FIN |
TCPHDR_PSH
);
in tcp_fragment()
2155
TCP_SKB_CB(skb)->tcp_flags = flags & ~(TCPHDR_FIN |
TCPHDR_PSH
);
in tso_fragment()
2494
~(TCPHDR_FIN|
TCPHDR_PSH
);
in tcp_mtu_probe()
3927
TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK |
TCPHDR_PSH
;
in tcp_send_syn_data()
4192
TCP_SKB_CB(skb)->tcp_flags |=
TCPHDR_PSH
;
in tcp_write_wakeup()
4199
TCP_SKB_CB(skb)->tcp_flags |=
TCPHDR_PSH
;
in tcp_write_wakeup()
H
A
D
tcp.c
653
TCP_SKB_CB(skb)->tcp_flags |=
TCPHDR_PSH
;
in tcp_mark_push()
1269
TCP_SKB_CB(skb)->tcp_flags &= ~
TCPHDR_PSH
;
in tcp_sendmsg_locked()
H
A
D
tcp_input.c
267
if (TCP_SKB_CB(skb)->tcp_flags &
TCPHDR_PSH
)
in tcp_measure_rcv_mss()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_output.c
1308
TCP_SKB_CB(skb)->tcp_flags |=
TCPHDR_PSH
;
in tcp_nip_write_wakeup()
H
A
D
tcp_nip.c
1545
TCP_SKB_CB(skb)->tcp_flags &= ~
TCPHDR_PSH
;
in tcp_nip_sendmsg()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
756
tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|
TCPHDR_PSH
));
in tcp_error()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
816
#define
TCPHDR_PSH
0x08
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
841
#define
TCPHDR_PSH
0x08
macro
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_proto_tcp.c
829
tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|
TCPHDR_PSH
));
in tcp_error()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
protocol.c
1342
TCP_SKB_CB(skb)->tcp_flags &= ~
TCPHDR_PSH
;
in mptcp_sendmsg_frag()
Completed in 66 milliseconds