Searched refs:TIPC_SKB_CB (Results 1 – 10 of 10) sorted by relevance
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()
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()1247 TIPC_SKB_CB(skb)->retr_cnt); in link_retransmit_failure()1301 if (TIPC_SKB_CB(skb)->decrypted) { in tipc_data_input()1629 if (--TIPC_SKB_CB(skb)->ackers) in tipc_link_advance_transmq()1661 if (!TIPC_SKB_CB(skb)->retr_cnt++) in tipc_link_advance_transmq()[all …]
787 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_encrypt()840 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_encrypt()847 struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_encrypt_done()916 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_decrypt()964 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_decrypt()971 struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_decrypt_done()1326 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(skb); in tipc_crypto_key_pick_tx()1661 TIPC_SKB_CB(skb)->xmit_type = type; in tipc_crypto_clone_msg()1717 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_PROBING) { in tipc_crypto_xmit()1732 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_GRACING) { in tipc_crypto_xmit()[all …]
66 skbcb = TIPC_SKB_CB(skb); in tipc_skb_dump()
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()
569 if (skb && TIPC_SKB_CB(skb)->bytes_read) { in __tipc_shutdown()1720 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()2045 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()2346 TIPC_SKB_CB(skb)->bytes_read = 0; in tipc_sk_filter_rcv()
389 TIPC_SKB_CB(skb)->flags = 0; in tipc_udp_recv()
146 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) macro
651 TIPC_SKB_CB(skb)->flags = 0; in tipc_l2_rcv_msg()
2085 if (TIPC_SKB_CB(skb)->decrypted || !tipc_ehdr_validate(skb)) in tipc_rcv()
Completed in 39 milliseconds