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:ULP_SKB_CB
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_io.c
57
ULP_SKB_CB
(skb)->ulp.tls.iv = 1;
in set_ivs_imm()
60
ULP_SKB_CB
(skb)->ulp.tls.iv = 0;
in set_ivs_imm()
321
return
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_URG;
in skb_urgent()
420
data_type = tls_content_type(
ULP_SKB_CB
(skb)->ulp.tls.type);
in tls_tx_data_wr()
566
if (likely(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_NEED_HDR)) {
in is_ofld_imm()
616
(!(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_HOLD) ||
in chtls_push_frames()
639
if (likely(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_NEED_HDR))
in chtls_push_frames()
671
if (likely(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_NEED_HDR)) {
in chtls_push_frames()
673
(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_COMPL) ||
in chtls_push_frames()
687
ULP_SKB_CB
(sk
in chtls_push_frames()
[all...]
H
A
D
chtls_cm.h
101
#define skb_ulp_tls_inline(skb) (
ULP_SKB_CB
(skb)->ulp.tls.ofld)
102
#define skb_ulp_tls_iv_imm(skb) (
ULP_SKB_CB
(skb)->ulp.tls.iv)
H
A
D
chtls.h
435
#define
ULP_SKB_CB
(skb) ((struct ulp_skb_cb *)&((skb)->cb[0]))
macro
453
#define skb_ulp_mode(skb) (
ULP_SKB_CB
(skb)->ulp_mode)
H
A
D
chtls_cm.c
1651
if (skb && tp->copied_seq -
ULP_SKB_CB
(skb)->seq >= skb->len)
in handle_urg_ptr()
1694
ULP_SKB_CB
(skb)->seq = ntohl(hdr->seq);
in chtls_recv_data()
1695
ULP_SKB_CB
(skb)->psh = hdr->psh;
in chtls_recv_data()
1758
ULP_SKB_CB
(skb)->seq = ntohl(hdr->seq);
in chtls_recv_pdu()
1759
ULP_SKB_CB
(skb)->flags = 0;
in chtls_recv_pdu()
1816
ULP_SKB_CB
(skb)->seq = ntohl(cmp_cpl->seq);
in chtls_rx_hdr()
1817
ULP_SKB_CB
(skb)->flags = 0;
in chtls_rx_hdr()
1830
ULP_SKB_CB
(skb)->flags |= ULPCB_FLAG_TLS_HDR;
in chtls_rx_hdr()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_io.c
57
ULP_SKB_CB
(skb)->ulp.tls.iv = 1;
in set_ivs_imm()
60
ULP_SKB_CB
(skb)->ulp.tls.iv = 0;
in set_ivs_imm()
321
return
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_URG;
in skb_urgent()
420
data_type = tls_content_type(
ULP_SKB_CB
(skb)->ulp.tls.type);
in tls_tx_data_wr()
566
if (likely(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_NEED_HDR)) {
in is_ofld_imm()
616
(!(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_HOLD) ||
in chtls_push_frames()
639
if (likely(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_NEED_HDR))
in chtls_push_frames()
671
if (likely(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_NEED_HDR)) {
in chtls_push_frames()
673
(
ULP_SKB_CB
(skb)->flags & ULPCB_FLAG_COMPL) ||
in chtls_push_frames()
687
ULP_SKB_CB
(sk
in chtls_push_frames()
[all...]
H
A
D
chtls_cm.h
101
#define skb_ulp_tls_inline(skb) (
ULP_SKB_CB
(skb)->ulp.tls.ofld)
102
#define skb_ulp_tls_iv_imm(skb) (
ULP_SKB_CB
(skb)->ulp.tls.iv)
H
A
D
chtls.h
438
#define
ULP_SKB_CB
(skb) ((struct ulp_skb_cb *)&((skb)->cb[0]))
macro
456
#define skb_ulp_mode(skb) (
ULP_SKB_CB
(skb)->ulp_mode)
H
A
D
chtls_cm.c
1651
if (skb && tp->copied_seq -
ULP_SKB_CB
(skb)->seq >= skb->len)
in handle_urg_ptr()
1694
ULP_SKB_CB
(skb)->seq = ntohl(hdr->seq);
in chtls_recv_data()
1695
ULP_SKB_CB
(skb)->psh = hdr->psh;
in chtls_recv_data()
1758
ULP_SKB_CB
(skb)->seq = ntohl(hdr->seq);
in chtls_recv_pdu()
1759
ULP_SKB_CB
(skb)->flags = 0;
in chtls_recv_pdu()
1816
ULP_SKB_CB
(skb)->seq = ntohl(cmp_cpl->seq);
in chtls_rx_hdr()
1817
ULP_SKB_CB
(skb)->flags = 0;
in chtls_rx_hdr()
1830
ULP_SKB_CB
(skb)->flags |= ULPCB_FLAG_TLS_HDR;
in chtls_rx_hdr()
Completed in 17 milliseconds