Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c103 struct tcp_ack_filter *f = &vif->ack_filter; in add_tcp_session()
116 struct tcp_ack_filter *f = &vif->ack_filter; in update_tcp_session()
127 struct tcp_ack_filter *f = &vif->ack_filter; in add_tcp_pending_ack()
147 struct tcp_ack_filter *f = &vif->ack_filter; in tcp_process()
195 struct tcp_ack_filter *f = &vif->ack_filter; in wilc_wlan_txq_filter_dup_tcp_ack()
250 vif->ack_filter.enabled = value; in wilc_enable_tcp_ack_filter()
458 if (vif->ack_filter.enabled) in wilc_wlan_txq_add_net_pkt()
924 vif->ack_filter.pending_acks[tqe->ack_idx].txqe = NULL; in wilc_wlan_handle_txq()
H A Dnetdev.h183 struct tcp_ack_filter ack_filter; member
/openbmc/linux/net/sched/
H A Dsch_cake.c211 u8 ack_filter; member
1158 bool aggressive = q->ack_filter == CAKE_ACK_AGGRESSIVE; in cake_ack_filter()
1784 if (q->ack_filter) in cake_enqueue()
2669 q->ack_filter = nla_get_u32(tb[TCA_CAKE_ACK_FILTER]); in cake_change()
2810 if (nla_put_u32(skb, TCA_CAKE_ACK_FILTER, q->ack_filter)) in cake_dump()