Searched refs:transmitted (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/sctp/
H A Doutqueue.c215 while ((lchunk = sctp_list_dequeue(&transport->transmitted)) != NULL) {
440 &transport->transmitted,
457 /* Walk through the specified transmitted queue. */
458 list_for_each_safe(lchunk, ltemp, &transport->transmitted) {
593 * need to be transmitted by the caller.
647 * way and into a 'transmitted' queue and skip to the
652 &transport->transmitted);
714 * the transmitted list.
717 &transport->transmitted);
1142 &ctx->transport->transmitted);
[all...]
H A Dassociola.c545 /* If we have something on the transmitted list, we have to
548 if (!list_empty(&peer->transmitted)) {
552 list_for_each_entry(ch, &peer->transmitted,
558 list_splice_tail_init(&peer->transmitted,
559 &active->transmitted);
939 * The general strategy is to search each transport's transmitted
950 list_for_each_entry(chunk, &active->transmitted,
965 list_for_each_entry(chunk, &transport->transmitted,
1212 * the packet was transmitted.
H A Dtransport.c71 INIT_LIST_HEAD(&peer->transmitted);
H A Dsocket.c177 list_for_each_entry(chunk, &t->transmitted, transmitted_list)
9141 * data size which was just transmitted(freed).
/linux-master/net/rxrpc/
H A Dcall_event.c73 rxrpc_seq_t transmitted = call->tx_transmitted; local
102 if (after(txb->seq, transmitted))
151 break; /* Not transmitted yet */
216 * transmitted in the call.
/linux-master/drivers/net/can/m_can/
H A Dm_can.c1069 static void m_can_finish_tx(struct m_can_classdev *cdev, int transmitted, argument
1074 netdev_completed_queue(cdev->net, transmitted, transmitted_frame_len);
1077 if (cdev->tx_fifo_in_flight >= cdev->tx_fifo_size && transmitted > 0)
1079 cdev->tx_fifo_in_flight -= transmitted;
/linux-master/include/trace/events/
H A Drxrpc.h1707 __field(rxrpc_seq_t, transmitted)
1715 __entry->transmitted = call->tx_transmitted;
1723 __entry->transmitted)
/linux-master/include/net/sctp/
H A Dstructs.h556 /* This is our link to the per-transport transmitted list. */
943 * (see above), we're also using per-destination "transmitted"
947 struct list_head transmitted; member in struct:sctp_transport
1077 /* Data pending that has never been transmitted. */
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h229 /* Notify a driver that a timestamped packet was transmitted. Driver
232 void (*transmitted)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb, member in struct:mlxsw_sp_ptp_ops
H A Dspectrum.c160 * packets are transmitted through the CPU port (0) into the switch partition,
310 * need special handling and cannot be transmitted as regular control
2808 .transmitted = mlxsw_sp1_ptp_transmitted,
2825 .transmitted = mlxsw_sp2_ptp_transmitted,
2842 .transmitted = mlxsw_sp2_ptp_transmitted,
3981 mlxsw_sp->ptp_ops->transmitted(mlxsw_sp, skb, local_port);

Completed in 187 milliseconds