Searched refs:lost_data_pkts_in (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if_ovpn.c | 165 uint64_t lost_data_pkts_in; member 1236 OVPN_COUNTER_OUT("lost_data", lost_data_pkts_in, lost_data_pkts_out); in ovpn_get_stats() 1535 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_finish_rx() 1580 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_finish_rx() 1624 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_decrypt_rx_cb() 1641 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_decrypt_rx_cb() 1656 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_decrypt_rx_cb() 2303 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_udp_input() 2370 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_udp_input()
|