Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c98 struct tcp_ack_filter *f = &vif->ack_filter; in add_tcp_session()
111 struct tcp_ack_filter *f = &vif->ack_filter; in update_tcp_session()
122 struct tcp_ack_filter *f = &vif->ack_filter; in add_tcp_pending_ack()
142 struct tcp_ack_filter *f = &vif->ack_filter; in tcp_process()
190 struct tcp_ack_filter *f = &vif->ack_filter; in wilc_wlan_txq_filter_dup_tcp_ack()
245 vif->ack_filter.enabled = value; in wilc_enable_tcp_ack_filter()
453 if (vif->ack_filter.enabled) in wilc_wlan_txq_add_net_pkt()
919 vif->ack_filter.pending_acks[tqe->ack_idx].txqe = NULL; in wilc_wlan_handle_txq()
H A Dnetdev.h192 struct tcp_ack_filter ack_filter; member
/linux/net/sched/
H A Dsch_cake.c211 u8 ack_filter; member
1141 bool aggressive = q->ack_filter == CAKE_ACK_AGGRESSIVE; in cake_ack_filter()
1767 if (q->ack_filter) in cake_enqueue()
2659 WRITE_ONCE(q->ack_filter, in cake_change()
2809 if (nla_put_u32(skb, TCA_CAKE_ACK_FILTER, READ_ONCE(q->ack_filter))) in cake_dump()