Searched refs:TIPC_SKB_CB (Results 1 – 10 of 10) sorted by relevance
158 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()161 TIPC_SKB_CB(head)->tail = tail; in tipc_buf_append()175 tail = TIPC_SKB_CB(head)->tail; in tipc_buf_append()183 TIPC_SKB_CB(head)->tail = frag; in tipc_buf_append()187 TIPC_SKB_CB(head)->validated = 0; in tipc_buf_append()191 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()279 if (unlikely(TIPC_SKB_CB(skb)->validated)) in tipc_msg_validate()303 TIPC_SKB_CB(skb)->validated = 1; in tipc_msg_validate()
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()911 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_decrypt()959 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_decrypt()966 struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_decrypt_done()1321 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(*skb)->xmit_type == SKB_GRACING) { in tipc_crypto_xmit()[all …]
878 TIPC_SKB_CB(skb)->chain_imp = msg_importance(hdr); in link_schedule_user()906 imp = TIPC_SKB_CB(skb)->chain_imp; in link_prepare_wakeup()930 TIPC_SKB_CB(skb)->nxt_retr = TIPC_BC_RETR_LIM; in tipc_link_set_skb_retransmit_time()932 TIPC_SKB_CB(skb)->nxt_retr = TIPC_UC_RETR_TIME; in tipc_link_set_skb_retransmit_time()1052 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_xmit()1154 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_advance_backlog()1183 if (!TIPC_SKB_CB(skb)->retr_cnt) in link_retransmit_failure()1186 if (!time_after(jiffies, TIPC_SKB_CB(skb)->retr_stamp + in link_retransmit_failure()1201 jiffies_to_msecs(TIPC_SKB_CB(skb)->retr_stamp), in link_retransmit_failure()1202 TIPC_SKB_CB(skb)->retr_cnt); in link_retransmit_failure()[all …]
66 skbcb = TIPC_SKB_CB(skb); in tipc_skb_dump()
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()
383 TIPC_SKB_CB(skb)->flags = 0; in tipc_udp_recv()
555 if (skb && TIPC_SKB_CB(skb)->bytes_read) { in __tipc_shutdown()1702 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member; in tipc_sk_set_orig_addr()2014 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()2315 TIPC_SKB_CB(skb)->bytes_read = 0; in tipc_sk_filter_rcv()
145 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) macro
618 TIPC_SKB_CB(skb)->flags = 0; in tipc_l2_rcv_msg()
2055 if (TIPC_SKB_CB(skb)->decrypted || !tipc_ehdr_validate(skb)) in tipc_rcv()