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_cntxt
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_cm.c
450
iph->id = htons(++cm_node->
tcp_cntxt
.loc_id);
in i40iw_form_cm_frame()
491
tcph->seq = htonl(cm_node->
tcp_cntxt
.loc_seq_num);
in i40iw_form_cm_frame()
494
cm_node->
tcp_cntxt
.loc_ack_num = cm_node->
tcp_cntxt
.rcv_nxt;
in i40iw_form_cm_frame()
495
tcph->ack_seq = htonl(cm_node->
tcp_cntxt
.loc_ack_num);
in i40iw_form_cm_frame()
502
cm_node->
tcp_cntxt
.loc_seq_num++;
in i40iw_form_cm_frame()
505
cm_node->
tcp_cntxt
.loc_seq_num += hdr_len + pd_len;
in i40iw_form_cm_frame()
509
cm_node->
tcp_cntxt
.loc_seq_num++;
in i40iw_form_cm_frame()
518
tcph->window = htons(cm_node->
tcp_cntxt
.rcv_wnd);
in i40iw_form_cm_frame()
668
if (tmp > 0 && tmp < cm_node->
tcp_cntxt
in i40iw_process_options()
[all...]
H
A
D
i40iw_cm.h
326
struct i40iw_cm_tcp_context
tcp_cntxt
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
cm.c
351
tcph->seq = htonl(cm_node->
tcp_cntxt
.loc_seq_num);
in irdma_form_ah_cm_frame()
354
cm_node->
tcp_cntxt
.loc_ack_num = cm_node->
tcp_cntxt
.rcv_nxt;
in irdma_form_ah_cm_frame()
355
tcph->ack_seq = htonl(cm_node->
tcp_cntxt
.loc_ack_num);
in irdma_form_ah_cm_frame()
362
cm_node->
tcp_cntxt
.loc_seq_num++;
in irdma_form_ah_cm_frame()
365
cm_node->
tcp_cntxt
.loc_seq_num += hdr_len + pd_len;
in irdma_form_ah_cm_frame()
369
cm_node->
tcp_cntxt
.loc_seq_num++;
in irdma_form_ah_cm_frame()
378
tcph->window = htons(cm_node->
tcp_cntxt
.rcv_wnd);
in irdma_form_ah_cm_frame()
496
iph->id = htons(++cm_node->
tcp_cntxt
.loc_id);
in irdma_form_uda_cm_frame()
539
tcph->seq = htonl(cm_node->
tcp_cntxt
in irdma_form_uda_cm_frame()
[all...]
H
A
D
cm.h
279
struct irdma_cm_tcp_context
tcp_cntxt
;
member
H
A
D
utils.c
1458
cm_node->
tcp_cntxt
.rcv_nxt = qp->pfpdu.nextseqnum;
in irdma_send_ieq_ack()
1459
cm_node->
tcp_cntxt
.loc_seq_num = ntohl(tcph->ack_seq);
in irdma_send_ieq_ack()
Completed in 10 milliseconds