Searched refs:count_rx_dropped (Results 1 – 4 of 4) sorted by relevance
49 void (*count_rx_dropped)(struct tap_dev *tap); member
92 vlantap->tap.count_rx_dropped = ipvtap_count_rx_dropped; in ipvtap_newlink()
99 vlantap->tap.count_rx_dropped = macvtap_count_rx_dropped; in macvtap_newlink()
394 if (tap->count_rx_dropped) in tap_handle_frame()395 tap->count_rx_dropped(tap); in tap_handle_frame()
Completed in 6 milliseconds