Home
last modified time | relevance | path

Searched refs:tfrc_tx_hist_find_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.h43 tfrc_tx_hist_find_entry(struct tfrc_tx_hist_entry *head, u64 seqno) in tfrc_tx_hist_find_entry() function
/openbmc/linux/net/dccp/ccids/
H A Dccid3.c379 acked = tfrc_tx_hist_find_entry(hc->tx_hist, dccp_hdr_ack_seq(skb)); in ccid3_hc_tx_packet_recv()