Searched refs:count_tx_dropped (Results 1 – 4 of 4) sorted by relevance
47 void (*count_tx_dropped)(struct tap_dev *tap); member
98 vlantap->tap.count_tx_dropped = macvtap_count_tx_dropped; in macvtap_newlink()
749 if (tap && tap->count_tx_dropped) in tap_get_user()750 tap->count_tx_dropped(tap); in tap_get_user()1191 if (tap && tap->count_tx_dropped) in tap_get_user_xdp()1192 tap->count_tx_dropped(tap); in tap_get_user_xdp()
90 vlantap->tap.count_tx_dropped = ipvtap_count_tx_dropped; in ipvtap_newlink()