Searched refs:flushed (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Diface.c728 int i, flushed; local
763 flushed = sta_info_flush_defer(sdata);
764 WARN_ON_ONCE((sdata->vif.type != NL80211_IFTYPE_WDS && flushed > 0) ||
765 (sdata->vif.type == NL80211_IFTYPE_WDS && flushed != 1));
1007 int flushed; local
1022 flushed = sta_info_flush(sdata);
1023 WARN_ON(flushed);
/net/decnet/
H A Ddn_table.c887 int flushed = 0; local
893 flushed += tb->flush(tb);
896 if (flushed)
/net/ipv4/
H A Dfib_frontend.c137 int flushed = 0; local
145 flushed += fib_table_flush(tb);
148 if (flushed)
H A Dinet_lro.c313 LRO_INC_STATS(lro_mgr, flushed);

Completed in 124 milliseconds