Searched refs:send_time (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/rxrpc/
H A Drtt.c150 ktime_t send_time, ktime_t resp_time)
155 rtt_us = ktime_to_us(ktime_sub(resp_time, send_time));
147 rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, int rtt_slot, rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial, ktime_t send_time, ktime_t resp_time) argument
/linux-master/net/batman-adv/
H A Dsend.c657 * @send_time: timestamp (jiffies) when the packet is to be sent
671 unsigned long send_time)
692 send_time - jiffies);
700 * @send_time: timestamp (jiffies) when the packet is to be sent
709 unsigned long send_time)
712 &bat_priv->forw_bcast_list, send_time);
719 * @send_time: timestamp (jiffies) when the packet is to be sent
727 unsigned long send_time)
730 &bat_priv->forw_bat_list, send_time);
759 unsigned long send_time local
669 batadv_forw_packet_queue(struct batadv_forw_packet *forw_packet, spinlock_t *lock, struct hlist_head *head, unsigned long send_time) argument
707 batadv_forw_packet_bcast_queue(struct batadv_priv *bat_priv, struct batadv_forw_packet *forw_packet, unsigned long send_time) argument
725 batadv_forw_packet_ogmv1_queue(struct batadv_priv *bat_priv, struct batadv_forw_packet *forw_packet, unsigned long send_time) argument
1053 unsigned long send_time = jiffies + msecs_to_jiffies(5); local
[all...]
H A Dsend.h29 unsigned long send_time);
H A Dbat_iv_ogm.c429 * @send_time: timestamp (jiffies) when the packet is to be sent
440 int packet_len, unsigned long send_time,
453 aggregation_end_time = send_time;
464 if (!time_before(send_time, forw_packet->send_time) ||
465 !time_after_eq(aggregation_end_time, forw_packet->send_time))
530 * @send_time: timestamp (jiffies) when the packet is to be sent
537 int packet_len, unsigned long send_time,
578 forw_packet_aggr->send_time = send_time;
438 batadv_iv_ogm_can_aggregate(const struct batadv_ogm_packet *new_bat_ogm_packet, struct batadv_priv *bat_priv, int packet_len, unsigned long send_time, bool directlink, const struct batadv_hard_iface *if_incoming, const struct batadv_hard_iface *if_outgoing, const struct batadv_forw_packet *forw_packet) argument
536 batadv_iv_ogm_aggregate_new(const unsigned char *packet_buff, int packet_len, unsigned long send_time, bool direct_link, struct batadv_hard_iface *if_incoming, struct batadv_hard_iface *if_outgoing, int own_packet) argument
618 batadv_iv_ogm_queue_add(struct batadv_priv *bat_priv, unsigned char *packet_buff, int packet_len, struct batadv_hard_iface *if_incoming, struct batadv_hard_iface *if_outgoing, int own_packet, unsigned long send_time) argument
788 unsigned long send_time; local
[all...]
H A Dtypes.h2151 /** @send_time: execution time for delayed_work (packet sending) */
2152 unsigned long send_time; member in struct:batadv_forw_packet
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1618 tx_info->send_time = tx_report->last_sent_time;
1942 time_after(tx_info->send_time + HZ, jiffies))
H A Dwifi.h1028 unsigned long send_time; member in struct:rtlwifi_tx_info

Completed in 291 milliseconds