Searched refs:trans_skb (Results 1 – 4 of 4) sorted by relevance
289 ch->trans_skb->len = 0; in chx_txdone()598 if (ch->trans_skb != NULL) { in ctcm_chx_start()600 dev_kfree_skb(ch->trans_skb); in ctcm_chx_start()601 ch->trans_skb = NULL; in ctcm_chx_start()711 ch->trans_skb = NULL; in ctcm_chx_cleanup()1263 ch->trans_skb->len = 0; in ctcmpc_chx_txdone()1329 ch->trans_skb->data); in ctcmpc_chx_txdone()1334 ch->trans_skb = NULL; in ctcmpc_chx_txdone()1344 ch->trans_skb->data); in ctcmpc_chx_txdone()1442 ch->trans_skb->len = 0; in ctcmpc_chx_rx()[all …]
154 struct sk_buff *trans_skb; /* transmit/receive buffer */ member282 if (ch->trans_skb == NULL) in ctcm_checkalloc_buffer()285 dev_kfree_skb(ch->trans_skb); in ctcm_checkalloc_buffer()
221 if (ch->trans_skb != NULL) { in channel_remove()223 dev_kfree_skb_any(ch->trans_skb); in channel_remove()386 if (ch->trans_skb == NULL) { in ctcm_ch_alloc_buffer()397 dev_kfree_skb(ch->trans_skb); in ctcm_ch_alloc_buffer()398 ch->trans_skb = NULL; in ctcm_ch_alloc_buffer()408 ch->trans_skb_data = ch->trans_skb->data; in ctcm_ch_alloc_buffer()552 skb_reset_tail_pointer(ch->trans_skb); in ctcm_transmit_skb()553 ch->trans_skb->len = 0; in ctcm_transmit_skb()769 skb_reset_tail_pointer(ch->trans_skb); in ctcmpc_transmit_skb()770 ch->trans_skb->len = 0; in ctcmpc_transmit_skb()[all …]
1665 ch->trans_skb->data = ch->trans_skb_data; in mpc_action_side_xid()1666 skb_reset_tail_pointer(ch->trans_skb); in mpc_action_side_xid()1667 ch->trans_skb->len = 0; in mpc_action_side_xid()1672 memset(ch->trans_skb->data, 0, 16); in mpc_action_side_xid()1675 skb_put(ch->trans_skb, TH_HEADER_LENGTH); in mpc_action_side_xid()1676 ch->rcvd_xid = (struct xid2 *)skb_tail_pointer(ch->trans_skb); in mpc_action_side_xid()1678 skb_put(ch->trans_skb, XID2_LENGTH); in mpc_action_side_xid()1679 ch->rcvd_xid_id = skb_tail_pointer(ch->trans_skb); in mpc_action_side_xid()1681 ch->trans_skb->data = ch->trans_skb_data; in mpc_action_side_xid()1682 skb_reset_tail_pointer(ch->trans_skb); in mpc_action_side_xid()[all …]
Completed in 13 milliseconds