Home
last modified time | relevance | path

Searched refs:TIPC_SKB_CB (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/net/tipc/
Dmsg.c152 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()
167 tail = TIPC_SKB_CB(head)->tail; in tipc_buf_append()
175 TIPC_SKB_CB(head)->tail = frag; in tipc_buf_append()
179 TIPC_SKB_CB(head)->validated = 0; in tipc_buf_append()
183 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()
271 if (unlikely(TIPC_SKB_CB(skb)->validated)) in tipc_msg_validate()
295 TIPC_SKB_CB(skb)->validated = 1; in tipc_msg_validate()
Dcrypto.c776 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(*skb)->xmit_type == SKB_GRACING) { in tipc_crypto_xmit()
[all …]
Dlink.c896 TIPC_SKB_CB(skb)->chain_imp = msg_importance(hdr); in link_schedule_user()
924 imp = TIPC_SKB_CB(skb)->chain_imp; in link_prepare_wakeup()
948 TIPC_SKB_CB(skb)->nxt_retr = TIPC_BC_RETR_LIM; in tipc_link_set_skb_retransmit_time()
950 TIPC_SKB_CB(skb)->nxt_retr = TIPC_UC_RETR_TIME; in tipc_link_set_skb_retransmit_time()
1075 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_xmit()
1177 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_advance_backlog()
1206 if (!TIPC_SKB_CB(skb)->retr_cnt) in link_retransmit_failure()
1209 if (!time_after(jiffies, TIPC_SKB_CB(skb)->retr_stamp + in link_retransmit_failure()
1224 jiffies_to_msecs(TIPC_SKB_CB(skb)->retr_stamp), in link_retransmit_failure()
1225 TIPC_SKB_CB(skb)->retr_cnt); in link_retransmit_failure()
[all …]
Dtrace.c66 skbcb = TIPC_SKB_CB(skb); in tipc_skb_dump()
Dgroup.c524 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()
Dsocket.c568 if (skb && TIPC_SKB_CB(skb)->bytes_read) { in __tipc_shutdown()
1717 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member; in tipc_sk_set_orig_addr()
1912 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg()
2042 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
2345 TIPC_SKB_CB(skb)->bytes_read = 0; in tipc_sk_filter_rcv()
Dudp_media.c392 TIPC_SKB_CB(skb)->flags = 0; in tipc_udp_recv()
Dmsg.h146 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) macro
Dbearer.c667 TIPC_SKB_CB(skb)->flags = 0; in tipc_l2_rcv_msg()
Dnode.c2097 if (TIPC_SKB_CB(skb)->decrypted || !tipc_ehdr_validate(skb)) in tipc_rcv()