Searched refs:count_rx_dropped (Results 1 – 4 of 4) sorted by relevance
48 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()
384 if (tap->count_rx_dropped) in tap_handle_frame()385 tap->count_rx_dropped(tap); in tap_handle_frame()