Searched refs:tfrc_rx_hist_add_packet (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.h | 129 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, const struct sk_buff *skb,
|
H A D | packet_history.c | 110 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet() function
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | packet_history.h | 129 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, const struct sk_buff *skb,
|
H A D | packet_history.c | 110 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet() function
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.c | 778 tfrc_rx_hist_add_packet(&hc->rx_hist, skb, ndp); in ccid3_hc_rx_packet_recv()
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid3.c | 784 tfrc_rx_hist_add_packet(&hc->rx_hist, skb, ndp); in ccid3_hc_rx_packet_recv()
|
Completed in 5 milliseconds