Home
last modified time | relevance | path

Searched refs:skb_cb (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c136 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_dp_tx() local
186 if (skb_cb->flags & ATH12K_SKB_CIPHER_SET) { in ath12k_dp_tx()
188 ath12k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath12k_dp_tx()
256 skb_cb->paddr = ti.paddr; in ath12k_dp_tx()
257 skb_cb->vif = arvif->vif; in ath12k_dp_tx()
258 skb_cb->ar = ar; in ath12k_dp_tx()
284 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_dp_tx()
334 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx()
335 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx()
352 struct ath12k_skb_cb *skb_cb; in ath12k_dp_tx_free_txbuf() local
376 struct ath12k_skb_cb *skb_cb; ath12k_dp_tx_htt_tx_complete_buf() local
453 struct ath12k_skb_cb *skb_cb; ath12k_dp_tx_complete_msdu() local
[all...]
H A Dhtc.c38 struct ath12k_skb_cb *skb_cb; in ath12k_htc_build_tx_ctrl_skb() local
47 skb_cb = ATH12K_SKB_CB(skb); in ath12k_htc_build_tx_ctrl_skb()
48 memset(skb_cb, 0, sizeof(*skb_cb)); in ath12k_htc_build_tx_ctrl_skb()
79 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_htc_send() local
112 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); in ath12k_htc_send()
113 ret = dma_mapping_error(dev, skb_cb->paddr); in ath12k_htc_send()
126 dma_unmap_single(dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath12k_htc_send()
H A Dmac.c4761 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_mac_vif_txmgmt_idr_remove() local
4763 struct ath12k *ar = skb_cb->ar; in ath12k_mac_vif_txmgmt_idr_remove()
4766 if (skb_cb->vif == vif) { in ath12k_mac_vif_txmgmt_idr_remove()
4770 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, in ath12k_mac_vif_txmgmt_idr_remove()
4844 struct ath12k_skb_cb *skb_cb; in ath12k_mgmt_over_wmi_tx_work() local
4850 skb_cb = ATH12K_SKB_CB(skb); in ath12k_mgmt_over_wmi_tx_work()
4851 if (!skb_cb->vif) { in ath12k_mgmt_over_wmi_tx_work()
4857 arvif = ath12k_vif_to_arvif(skb_cb->vif); in ath12k_mgmt_over_wmi_tx_work()
4912 struct ath12k_skb_cb *skb_cb = ATH12K_SKB_CB(skb); in ath12k_mac_op_tx() local
4923 memset(skb_cb, in ath12k_mac_op_tx()
5546 struct ath12k_skb_cb *skb_cb; ath12k_mac_vif_unref() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpts.c85 struct cpts_skb_cb_data *skb_cb; in cpts_purge_txq() local
90 skb_cb = (struct cpts_skb_cb_data *)skb->cb; in cpts_purge_txq()
91 if (time_after(jiffies, skb_cb->tmo)) { in cpts_purge_txq()
347 struct cpts_skb_cb_data *skb_cb = in cpts_match_tx_ts() local
350 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in cpts_match_tx_ts()
362 if (time_after(jiffies, skb_cb->tmo)) { in cpts_match_tx_ts()
507 struct cpts_skb_cb_data *skb_cb = (struct cpts_skb_cb_data *)skb->cb; in cpts_rx_timestamp() local
517 ret = cpts_skb_get_mtype_seqid(skb, &skb_cb->skb_mtype_seqid); in cpts_rx_timestamp()
521 skb_cb->skb_mtype_seqid |= (CPTS_EV_RX << EVENT_TYPE_SHIFT); in cpts_rx_timestamp()
524 __func__, skb_cb in cpts_rx_timestamp()
537 struct cpts_skb_cb_data *skb_cb = (struct cpts_skb_cb_data *)skb->cb; cpts_tx_timestamp() local
[all...]
H A Dam65-cpts.c649 struct am65_cpts_skb_cb_data *skb_cb = in am65_cpts_match_tx_ts() local
652 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in am65_cpts_match_tx_ts()
667 if (time_after(jiffies, skb_cb->tmo)) { in am65_cpts_match_tx_ts()
784 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_tx_timestamp() local
794 skb_cb->tmo = jiffies + msecs_to_jiffies(100); in am65_cpts_tx_timestamp()
811 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_prep_tx_timestamp() local
817 ret = am65_skb_get_mtype_seqid(skb, &skb_cb->skb_mtype_seqid); in am65_cpts_prep_tx_timestamp()
820 skb_cb->skb_mtype_seqid |= (AM65_CPTS_EV_TX << in am65_cpts_prep_tx_timestamp()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dcpts.c85 struct cpts_skb_cb_data *skb_cb; in cpts_purge_txq() local
90 skb_cb = (struct cpts_skb_cb_data *)skb->cb; in cpts_purge_txq()
91 if (time_after(jiffies, skb_cb->tmo)) { in cpts_purge_txq()
335 struct cpts_skb_cb_data *skb_cb = in cpts_match_tx_ts() local
338 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in cpts_match_tx_ts()
350 if (time_after(jiffies, skb_cb->tmo)) { in cpts_match_tx_ts()
495 struct cpts_skb_cb_data *skb_cb = (struct cpts_skb_cb_data *)skb->cb; in cpts_rx_timestamp() local
505 ret = cpts_skb_get_mtype_seqid(skb, &skb_cb->skb_mtype_seqid); in cpts_rx_timestamp()
509 skb_cb->skb_mtype_seqid |= (CPTS_EV_RX << EVENT_TYPE_SHIFT); in cpts_rx_timestamp()
512 __func__, skb_cb in cpts_rx_timestamp()
525 struct cpts_skb_cb_data *skb_cb = (struct cpts_skb_cb_data *)skb->cb; cpts_tx_timestamp() local
[all...]
H A Dam65-cpts.c784 struct am65_cpts_skb_cb_data *skb_cb = in am65_cpts_match_tx_ts() local
787 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in am65_cpts_match_tx_ts()
802 if (time_after(jiffies, skb_cb->tmo)) { in am65_cpts_match_tx_ts()
919 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_tx_timestamp() local
929 skb_cb->tmo = jiffies + msecs_to_jiffies(100); in am65_cpts_tx_timestamp()
946 struct am65_cpts_skb_cb_data *skb_cb = (void *)skb->cb; in am65_cpts_prep_tx_timestamp() local
952 ret = am65_skb_get_mtype_seqid(skb, &skb_cb->skb_mtype_seqid); in am65_cpts_prep_tx_timestamp()
955 skb_cb->skb_mtype_seqid |= (AM65_CPTS_EV_TX << in am65_cpts_prep_tx_timestamp()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c50 struct ath10k_skb_cb *skb_cb; in ath10k_txrx_tx_unref() local
74 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref()
75 txq = skb_cb->txq; in ath10k_txrx_tx_unref()
82 flags = skb_cb->flags; in ath10k_txrx_tx_unref()
88 if (txq && txq->sta && skb_cb->airtime_est) in ath10k_txrx_tx_unref()
90 skb_cb->airtime_est, 0); in ath10k_txrx_tx_unref()
94 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref()
H A Dhtt_tx.c1207 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() local
1232 if (skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP || in ath10k_htt_mgmt_tx()
1233 skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP_256) in ath10k_htt_mgmt_tx()
1246 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
1248 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
1274 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
1298 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_hl() local
1334 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_hl()
1410 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32() local
1445 } else if (!(skb_cb in ath10k_htt_tx_32()
1612 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); ath10k_htt_tx_64() local
[all...]
H A Dhtc.c24 struct ath10k_skb_cb *skb_cb; in ath10k_htc_build_tx_ctrl_skb() local
33 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_build_tx_ctrl_skb()
34 memset(skb_cb, 0, sizeof(*skb_cb)); in ath10k_htc_build_tx_ctrl_skb()
43 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_restore_tx_skb() local
46 dma_unmap_single(htc->ar->dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath10k_htc_restore_tx_skb()
159 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send() local
182 skb_cb->eid = eid; in ath10k_htc_send()
184 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, in ath10k_htc_send()
186 ret = dma_mapping_error(dev, skb_cb in ath10k_htc_send()
218 struct ath10k_skb_cb *skb_cb; ath10k_htc_tx_completion_handler() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c51 struct ath10k_skb_cb *skb_cb; in ath10k_txrx_tx_unref() local
75 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref()
76 txq = skb_cb->txq; in ath10k_txrx_tx_unref()
83 flags = skb_cb->flags; in ath10k_txrx_tx_unref()
89 if (txq && txq->sta && skb_cb->airtime_est) in ath10k_txrx_tx_unref()
91 skb_cb->airtime_est, 0); in ath10k_txrx_tx_unref()
95 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref()
H A Dhtt_tx.c1189 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() local
1214 if (skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP || in ath10k_htt_mgmt_tx()
1215 skb_cb->ucast_cipher == WLAN_CIPHER_SUITE_GCMP_256) in ath10k_htt_mgmt_tx()
1228 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx()
1230 res = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htt_mgmt_tx()
1256 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx()
1279 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_hl() local
1319 if (skb_cb->flags & ATH10K_SKB_F_NO_HWCRYPT) in ath10k_htt_tx_hl()
1394 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_tx_32() local
1432 } else if (!(skb_cb in ath10k_htt_tx_32()
1599 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); ath10k_htt_tx_64() local
[all...]
H A Dhtc.c24 struct ath10k_skb_cb *skb_cb; in ath10k_htc_build_tx_ctrl_skb() local
33 skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_build_tx_ctrl_skb()
34 memset(skb_cb, 0, sizeof(*skb_cb)); in ath10k_htc_build_tx_ctrl_skb()
43 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_restore_tx_skb() local
46 dma_unmap_single(htc->ar->dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath10k_htc_restore_tx_skb()
168 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(skb); in ath10k_htc_send() local
191 skb_cb->eid = eid; in ath10k_htc_send()
193 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, in ath10k_htc_send()
195 ret = dma_mapping_error(dev, skb_cb in ath10k_htc_send()
227 struct ath10k_skb_cb *skb_cb; ath10k_htc_tx_completion_handler() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c89 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx() local
154 if (skb_cb->flags & ATH11K_SKB_CIPHER_SET) { in ath11k_dp_tx()
156 ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_dp_tx()
220 skb_cb->paddr = ti.paddr; in ath11k_dp_tx()
221 skb_cb->vif = arvif->vif; in ath11k_dp_tx()
222 skb_cb->ar = ar; in ath11k_dp_tx()
292 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local
304 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf()
306 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
322 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local
554 struct ath11k_skb_cb *skb_cb; ath11k_dp_tx_complete_msdu() local
[all...]
H A Dhtc.c37 struct ath11k_skb_cb *skb_cb; in ath11k_htc_build_tx_ctrl_skb() local
46 skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_build_tx_ctrl_skb()
47 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_htc_build_tx_ctrl_skb()
78 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_send() local
113 skb_cb->eid = eid; in ath11k_htc_send()
114 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); in ath11k_htc_send()
115 ret = dma_mapping_error(dev, skb_cb->paddr); in ath11k_htc_send()
122 skb, skb_cb->eid, &skb_cb in ath11k_htc_send()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c87 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_dp_tx() local
151 if (skb_cb->flags & ATH11K_SKB_CIPHER_SET) { in ath11k_dp_tx()
153 ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_dp_tx()
216 skb_cb->paddr = ti.paddr; in ath11k_dp_tx()
217 skb_cb->vif = arvif->vif; in ath11k_dp_tx()
218 skb_cb->ar = ar; in ath11k_dp_tx()
288 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_free_txbuf() local
299 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf()
304 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
319 struct ath11k_skb_cb *skb_cb; in ath11k_dp_tx_htt_tx_complete_buf() local
421 struct ath11k_skb_cb *skb_cb; ath11k_dp_tx_complete_msdu() local
[all...]
H A Dhtc.c37 struct ath11k_skb_cb *skb_cb; in ath11k_htc_build_tx_ctrl_skb() local
46 skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_build_tx_ctrl_skb()
47 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_htc_build_tx_ctrl_skb()
77 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_htc_send() local
110 skb_cb->eid = eid; in ath11k_htc_send()
111 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); in ath11k_htc_send()
112 ret = dma_mapping_error(dev, skb_cb->paddr); in ath11k_htc_send()
125 dma_unmap_single(dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath11k_htc_send()
H A Dmac.c3935 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); in ath11k_mac_vif_txmgmt_idr_remove() local
3936 struct ath11k *ar = skb_cb->ar; in ath11k_mac_vif_txmgmt_idr_remove()
3938 if (skb_cb->vif == vif) in ath11k_mac_vif_txmgmt_idr_remove()
4012 struct ath11k_skb_cb *skb_cb; in ath11k_mgmt_over_wmi_tx_work() local
4018 skb_cb = ATH11K_SKB_CB(skb); in ath11k_mgmt_over_wmi_tx_work()
4019 if (!skb_cb->vif) { in ath11k_mgmt_over_wmi_tx_work()
4025 arvif = ath11k_vif_to_arvif(skb_cb->vif); in ath11k_mgmt_over_wmi_tx_work()
4082 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB(skb); in ath11k_mac_op_tx() local
4093 memset(skb_cb, 0, sizeof(*skb_cb)); in ath11k_mac_op_tx()
4661 struct ath11k_skb_cb *skb_cb = ATH11K_SKB_CB((struct sk_buff *)skb); ath11k_mac_vif_unref() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c121 struct t7xx_skb_cb *skb_cb = T7XX_SKB_CB(skb); in t7xx_ccmni_send_packet() local
123 skb_cb->netif_idx = ccmni->index; in t7xx_ccmni_send_packet()
408 struct t7xx_skb_cb *skb_cb; in t7xx_ccmni_recv_skb() local
414 skb_cb = T7XX_SKB_CB(skb); in t7xx_ccmni_recv_skb()
415 netif_id = skb_cb->netif_idx; in t7xx_ccmni_recv_skb()
423 pkt_type = skb_cb->rx_pkt_type; in t7xx_ccmni_recv_skb()
H A Dt7xx_hif_dpmaif_tx.c249 struct t7xx_skb_cb *skb_cb; in t7xx_dpmaif_add_skb_to_ring() local
252 skb_cb = T7XX_SKB_CB(skb); in t7xx_dpmaif_add_skb_to_ring()
253 txq = &dpmaif_ctrl->txq[skb_cb->txq_number]; in t7xx_dpmaif_add_skb_to_ring()
275 t7xx_setup_msg_drb(dpmaif_ctrl, txq->index, cur_idx, skb->len, 0, skb_cb->netif_idx); in t7xx_dpmaif_add_skb_to_ring()
512 struct t7xx_skb_cb *skb_cb; in t7xx_dpmaif_tx_send_skb() local
519 skb_cb = T7XX_SKB_CB(skb); in t7xx_dpmaif_tx_send_skb()
520 skb_cb->txq_number = txq_number; in t7xx_dpmaif_tx_send_skb()
H A Dt7xx_hif_dpmaif_rx.c698 struct t7xx_skb_cb *skb_cb; in t7xx_dpmaif_rx_skb() local
711 skb_cb = T7XX_SKB_CB(skb); in t7xx_dpmaif_rx_skb()
712 skb_cb->netif_idx = netif_id; in t7xx_dpmaif_rx_skb()
713 skb_cb->rx_pkt_type = skb_info->pkt_type; in t7xx_dpmaif_rx_skb()
/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c1319 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(skb); in tipc_crypto_key_pick_tx() local
1325 if (!skb_cb->tx_clone_deferred) { in tipc_crypto_key_pick_tx()
1326 skb_cb->tx_clone_deferred = 1; in tipc_crypto_key_pick_tx()
1327 memset(&skb_cb->tx_clone_ctx, 0, sizeof(skb_cb->tx_clone_ctx)); in tipc_crypto_key_pick_tx()
1330 skb_cb->tx_clone_ctx.rx = rx; in tipc_crypto_key_pick_tx()
1331 if (++skb_cb->tx_clone_ctx.recurs > 2) in tipc_crypto_key_pick_tx()
1349 aead == skb_cb->tx_clone_ctx.last) { in tipc_crypto_key_pick_tx()
1354 skb_cb->tx_clone_ctx.last = aead; in tipc_crypto_key_pick_tx()
1896 struct tipc_skb_cb *skb_cb in tipc_crypto_rcv_complete() local
[all...]
H A Dsocket.c1891 struct tipc_skb_cb *skb_cb; in tipc_recvmsg() local
1915 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg()
1935 int offset = skb_cb->bytes_read; in tipc_recvmsg()
1944 skb_cb->bytes_read = offset + copy; in tipc_recvmsg()
1947 skb_cb->bytes_read = 0; in tipc_recvmsg()
1952 skb_cb->bytes_read = 0; in tipc_recvmsg()
1984 if (skb_cb->bytes_read) in tipc_recvmsg()
2019 struct tipc_skb_cb *skb_cb; in tipc_recvstream() local
2044 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
2067 offset = skb_cb in tipc_recvstream()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dcrypto.c1315 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(skb); in tipc_crypto_key_pick_tx() local
1321 if (!skb_cb->tx_clone_deferred) { in tipc_crypto_key_pick_tx()
1322 skb_cb->tx_clone_deferred = 1; in tipc_crypto_key_pick_tx()
1323 memset(&skb_cb->tx_clone_ctx, 0, sizeof(skb_cb->tx_clone_ctx)); in tipc_crypto_key_pick_tx()
1326 skb_cb->tx_clone_ctx.rx = rx; in tipc_crypto_key_pick_tx()
1327 if (++skb_cb->tx_clone_ctx.recurs > 2) in tipc_crypto_key_pick_tx()
1345 aead == skb_cb->tx_clone_ctx.last) { in tipc_crypto_key_pick_tx()
1350 skb_cb->tx_clone_ctx.last = aead; in tipc_crypto_key_pick_tx()
1892 struct tipc_skb_cb *skb_cb in tipc_crypto_rcv_complete() local
[all...]
H A Dsocket.c1893 struct tipc_skb_cb *skb_cb; in tipc_recvmsg() local
1917 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg()
1937 int offset = skb_cb->bytes_read; in tipc_recvmsg()
1946 skb_cb->bytes_read = offset + copy; in tipc_recvmsg()
1949 skb_cb->bytes_read = 0; in tipc_recvmsg()
1954 skb_cb->bytes_read = 0; in tipc_recvmsg()
1986 if (skb_cb->bytes_read) in tipc_recvmsg()
2022 struct tipc_skb_cb *skb_cb; in tipc_recvstream() local
2047 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
2070 offset = skb_cb in tipc_recvstream()
[all...]

Completed in 50 milliseconds

12