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:snd_wl1
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/linux/qed/
H
A
D
tcp_common.h
105
__le32
snd_wl1
;
member
237
__le32
snd_wl1
;
member
H
A
D
qed_iscsi_if.h
74
u32
snd_wl1
;
member
/kernel/linux/linux-6.6/include/linux/qed/
H
A
D
tcp_common.h
105
__le32
snd_wl1
;
member
237
__le32
snd_wl1
;
member
H
A
D
qed_iscsi_if.h
74
u32
snd_wl1
;
member
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
tcp.h
241
uint32_t
snd_wl1
;
member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
tcp.h
143
__u32
snd_wl1
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
tcp.h
159
__u32
snd_wl1
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
tcp.h
143
__u32
snd_wl1
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
tcp.h
104
__u32
snd_wl1
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
tcp.h
143
__u32
snd_wl1
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
tcp.h
104
__u32
snd_wl1
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
tcp.h
108
__u32
snd_wl1
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iscsi.c
78
u32
snd_wl1
;
member
362
p_tcp->
snd_wl1
= cpu_to_le32(p_conn->
snd_wl1
);
in qed_sp_iscsi_conn_offload()
1244
con->
snd_wl1
= conn_info->
snd_wl1
;
in qed_iscsi_offload_conn()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iscsi.c
79
u32
snd_wl1
;
member
363
p_tcp->
snd_wl1
= cpu_to_le32(p_conn->
snd_wl1
);
in qed_sp_iscsi_conn_offload()
1244
con->
snd_wl1
= conn_info->
snd_wl1
;
in qed_iscsi_offload_conn()
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
204
u32
snd_wl1
; /* Sequence for window update */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
236
u32
snd_wl1
; /* Sequence for window update */
member
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp.c
2963
if (after(opt.
snd_wl1
, tp->rcv_nxt + opt.rcv_wnd))
in tcp_repair_set_window()
2969
tp->
snd_wl1
= opt.
snd_wl1
;
in tcp_repair_set_window()
3939
opt.
snd_wl1
= tp->
snd_wl1
;
in do_tcp_getsockopt()
H
A
D
tcp_input.c
3509
after(ack_seq, tp->
snd_wl1
) ||
in tcp_may_update_window()
3510
(ack_seq == tp->
snd_wl1
&& nwin > tp->snd_wnd);
in tcp_may_update_window()
6318
tp->
snd_wl1
= TCP_SKB_CB(skb)->seq;
in tcp_rcv_synsent_state_process()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp.c
3134
if (after(opt.
snd_wl1
, tp->rcv_nxt + opt.rcv_wnd))
in tcp_repair_set_window()
3140
tp->
snd_wl1
= opt.
snd_wl1
;
in tcp_repair_set_window()
4128
opt.
snd_wl1
= tp->
snd_wl1
;
in do_tcp_getsockopt()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
1259
after(ack_seq, tp->
snd_wl1
) ||
in tcp_nip_may_update_window()
1260
(ack_seq == tp->
snd_wl1
&& nwin > tp->snd_wnd);
in tcp_nip_may_update_window()
H
A
D
tcp_nip_output.c
329
tp->
snd_wl1
= 0;
in tcp_nip_connect_init()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
1354
tp->
snd_wl1
= seq;
in tcp_init_wl()
1359
tp->
snd_wl1
= seq;
in tcp_update_wl()
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
1377
tp->
snd_wl1
= seq;
in tcp_init_wl()
1382
tp->
snd_wl1
= seq;
in tcp_update_wl()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_type.h
734
u32
snd_wl1
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
type.h
917
u32
snd_wl1
;
member
Completed in 54 milliseconds
1
2