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:TIPC_SKB_CB
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
msg.c
158
TIPC_SKB_CB
(head)->tail = NULL;
in tipc_buf_append()
168
tail =
TIPC_SKB_CB
(head)->tail;
in tipc_buf_append()
176
TIPC_SKB_CB
(head)->tail = frag;
in tipc_buf_append()
180
TIPC_SKB_CB
(head)->validated = 0;
in tipc_buf_append()
184
TIPC_SKB_CB
(head)->tail = NULL;
in tipc_buf_append()
272
if (unlikely(
TIPC_SKB_CB
(skb)->validated))
in tipc_msg_validate()
296
TIPC_SKB_CB
(skb)->validated = 1;
in tipc_msg_validate()
H
A
D
crypto.c
780
TIPC_SKB_CB
(skb)->crypto_ctx = ctx;
in tipc_aead_encrypt()
833
TIPC_SKB_CB
(skb)->crypto_ctx = NULL;
in tipc_aead_encrypt()
840
struct tipc_crypto_tx_ctx *tx_ctx =
TIPC_SKB_CB
(skb)->crypto_ctx;
in tipc_aead_encrypt_done()
909
TIPC_SKB_CB
(skb)->crypto_ctx = ctx;
in tipc_aead_decrypt()
957
TIPC_SKB_CB
(skb)->crypto_ctx = NULL;
in tipc_aead_decrypt()
964
struct tipc_crypto_rx_ctx *rx_ctx =
TIPC_SKB_CB
(skb)->crypto_ctx;
in tipc_aead_decrypt_done()
1319
struct tipc_skb_cb *skb_cb =
TIPC_SKB_CB
(skb);
in tipc_crypto_key_pick_tx()
1654
TIPC_SKB_CB
(skb)->xmit_type = type;
in tipc_crypto_clone_msg()
1710
if (
TIPC_SKB_CB
(*skb)->xmit_type == SKB_PROBING) {
in tipc_crypto_xmit()
1725
if (
TIPC_SKB_CB
(*sk
in tipc_crypto_xmit()
[all...]
H
A
D
link.c
883
TIPC_SKB_CB
(skb)->chain_imp = msg_importance(hdr);
in link_schedule_user()
911
imp =
TIPC_SKB_CB
(skb)->chain_imp;
in link_prepare_wakeup()
935
TIPC_SKB_CB
(skb)->nxt_retr = TIPC_BC_RETR_LIM;
in tipc_link_set_skb_retransmit_time()
937
TIPC_SKB_CB
(skb)->nxt_retr = TIPC_UC_RETR_TIME;
in tipc_link_set_skb_retransmit_time()
1062
TIPC_SKB_CB
(skb)->ackers = l->ackers;
in tipc_link_xmit()
1164
TIPC_SKB_CB
(skb)->ackers = l->ackers;
in tipc_link_advance_backlog()
1193
if (!
TIPC_SKB_CB
(skb)->retr_cnt)
in link_retransmit_failure()
1196
if (!time_after(jiffies,
TIPC_SKB_CB
(skb)->retr_stamp +
in link_retransmit_failure()
1211
jiffies_to_msecs(
TIPC_SKB_CB
(skb)->retr_stamp),
in link_retransmit_failure()
1212
TIPC_SKB_CB
(sk
in link_retransmit_failure()
[all...]
H
A
D
trace.c
66
skbcb =
TIPC_SKB_CB
(skb);
in tipc_skb_dump()
H
A
D
group.c
523
TIPC_SKB_CB
(skb)->orig_member = m->instance;
in tipc_group_filter_msg()
698
TIPC_SKB_CB
(skb)->orig_member = m->instance;
in tipc_group_create_event()
H
A
D
socket.c
557
if (skb &&
TIPC_SKB_CB
(skb)->bytes_read) {
in __tipc_shutdown()
1712
srcaddr->member.addr.name.name.instance =
TIPC_SKB_CB
(skb)->orig_member;
in tipc_sk_set_orig_addr()
1915
skb_cb =
TIPC_SKB_CB
(skb);
in tipc_recvmsg()
2044
skb_cb =
TIPC_SKB_CB
(skb);
in tipc_recvstream()
2345
TIPC_SKB_CB
(skb)->bytes_read = 0;
in tipc_sk_filter_rcv()
H
A
D
udp_media.c
383
TIPC_SKB_CB
(skb)->flags = 0;
in tipc_udp_recv()
H
A
D
msg.h
146
#define
TIPC_SKB_CB
(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0]))
macro
H
A
D
bearer.c
649
TIPC_SKB_CB
(skb)->flags = 0;
in tipc_l2_rcv_msg()
H
A
D
node.c
2068
if (
TIPC_SKB_CB
(skb)->decrypted || !tipc_ehdr_validate(skb))
in tipc_rcv()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
msg.c
152
TIPC_SKB_CB
(head)->tail = NULL;
in tipc_buf_append()
162
tail =
TIPC_SKB_CB
(head)->tail;
in tipc_buf_append()
170
TIPC_SKB_CB
(head)->tail = frag;
in tipc_buf_append()
174
TIPC_SKB_CB
(head)->validated = 0;
in tipc_buf_append()
178
TIPC_SKB_CB
(head)->tail = NULL;
in tipc_buf_append()
267
if (unlikely(
TIPC_SKB_CB
(skb)->validated))
in tipc_msg_validate()
291
TIPC_SKB_CB
(skb)->validated = 1;
in tipc_msg_validate()
H
A
D
crypto.c
776
TIPC_SKB_CB
(skb)->crypto_ctx = ctx;
in tipc_aead_encrypt()
829
TIPC_SKB_CB
(skb)->crypto_ctx = NULL;
in tipc_aead_encrypt()
836
struct tipc_crypto_tx_ctx *tx_ctx =
TIPC_SKB_CB
(skb)->crypto_ctx;
in tipc_aead_encrypt_done()
905
TIPC_SKB_CB
(skb)->crypto_ctx = ctx;
in tipc_aead_decrypt()
953
TIPC_SKB_CB
(skb)->crypto_ctx = NULL;
in tipc_aead_decrypt()
960
struct tipc_crypto_rx_ctx *rx_ctx =
TIPC_SKB_CB
(skb)->crypto_ctx;
in tipc_aead_decrypt_done()
1315
struct tipc_skb_cb *skb_cb =
TIPC_SKB_CB
(skb);
in tipc_crypto_key_pick_tx()
1650
TIPC_SKB_CB
(skb)->xmit_type = type;
in tipc_crypto_clone_msg()
1706
if (
TIPC_SKB_CB
(*skb)->xmit_type == SKB_PROBING) {
in tipc_crypto_xmit()
1721
if (
TIPC_SKB_CB
(*sk
in tipc_crypto_xmit()
[all...]
H
A
D
link.c
918
TIPC_SKB_CB
(skb)->chain_imp = msg_importance(hdr);
in link_schedule_user()
946
imp =
TIPC_SKB_CB
(skb)->chain_imp;
in link_prepare_wakeup()
970
TIPC_SKB_CB
(skb)->nxt_retr = TIPC_BC_RETR_LIM;
in tipc_link_set_skb_retransmit_time()
972
TIPC_SKB_CB
(skb)->nxt_retr = TIPC_UC_RETR_TIME;
in tipc_link_set_skb_retransmit_time()
1097
TIPC_SKB_CB
(skb)->ackers = l->ackers;
in tipc_link_xmit()
1199
TIPC_SKB_CB
(skb)->ackers = l->ackers;
in tipc_link_advance_backlog()
1228
if (!
TIPC_SKB_CB
(skb)->retr_cnt)
in link_retransmit_failure()
1231
if (!time_after(jiffies,
TIPC_SKB_CB
(skb)->retr_stamp +
in link_retransmit_failure()
1246
jiffies_to_msecs(
TIPC_SKB_CB
(skb)->retr_stamp),
in link_retransmit_failure()
1247
TIPC_SKB_CB
(sk
in link_retransmit_failure()
[all...]
H
A
D
trace.c
66
skbcb =
TIPC_SKB_CB
(skb);
in tipc_skb_dump()
H
A
D
group.c
524
TIPC_SKB_CB
(skb)->orig_member = m->instance;
in tipc_group_filter_msg()
699
TIPC_SKB_CB
(skb)->orig_member = m->instance;
in tipc_group_create_event()
H
A
D
socket.c
571
if (skb &&
TIPC_SKB_CB
(skb)->bytes_read) {
in __tipc_shutdown()
1722
srcaddr->member.addr.name.name.instance =
TIPC_SKB_CB
(skb)->orig_member;
in tipc_sk_set_orig_addr()
1917
skb_cb =
TIPC_SKB_CB
(skb);
in tipc_recvmsg()
2047
skb_cb =
TIPC_SKB_CB
(skb);
in tipc_recvstream()
2350
TIPC_SKB_CB
(skb)->bytes_read = 0;
in tipc_sk_filter_rcv()
H
A
D
udp_media.c
389
TIPC_SKB_CB
(skb)->flags = 0;
in tipc_udp_recv()
H
A
D
msg.h
146
#define
TIPC_SKB_CB
(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0]))
macro
H
A
D
bearer.c
663
TIPC_SKB_CB
(skb)->flags = 0;
in tipc_l2_rcv_msg()
H
A
D
node.c
2099
if (
TIPC_SKB_CB
(skb)->decrypted || !tipc_ehdr_validate(skb))
in tipc_rcv()
Completed in 48 milliseconds