Home
last modified time | relevance | path

Searched refs:ack_filter (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dwlan.c97 struct tcp_ack_filter *f = &vif->ack_filter; in add_tcp_session()
110 struct tcp_ack_filter *f = &vif->ack_filter; in update_tcp_session()
121 struct tcp_ack_filter *f = &vif->ack_filter; in add_tcp_pending_ack()
141 struct tcp_ack_filter *f = &vif->ack_filter; in tcp_process()
189 struct tcp_ack_filter *f = &vif->ack_filter; in wilc_wlan_txq_filter_dup_tcp_ack()
244 vif->ack_filter.enabled = value; in wilc_enable_tcp_ack_filter()
302 if (vif->ack_filter.enabled) in wilc_wlan_txq_add_net_pkt()
658 vif->ack_filter.pending_acks[tqe->ack_idx].txqe = NULL; in wilc_wlan_handle_txq()
Dnetdev.h193 struct tcp_ack_filter ack_filter; member
/kernel/linux/linux-5.10/net/sched/
Dsch_cake.c210 u8 ack_filter; member
1154 bool aggressive = q->ack_filter == CAKE_ACK_AGGRESSIVE; in cake_ack_filter()
1780 if (q->ack_filter) in cake_enqueue()
2664 q->ack_filter = nla_get_u32(tb[TCA_CAKE_ACK_FILTER]); in cake_change()
2805 if (nla_put_u32(skb, TCA_CAKE_ACK_FILTER, q->ack_filter)) in cake_dump()