Searched refs:count_tx_dropped (Results 1 – 4 of 4) sorted by relevance
48 void (*count_tx_dropped)(struct tap_dev *tap); member
89 vlantap->tap.count_tx_dropped = ipvtap_count_tx_dropped; in ipvtap_newlink()
97 vlantap->tap.count_tx_dropped = macvtap_count_tx_dropped; in macvtap_newlink()
770 if (tap && tap->count_tx_dropped) in tap_get_user()771 tap->count_tx_dropped(tap); in tap_get_user()1230 if (tap && tap->count_tx_dropped) in tap_get_user_xdp()1231 tap->count_tx_dropped(tap); in tap_get_user_xdp()