Searched refs:OVPN_COUNTER_ADD (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if_ovpn.c | 241 #define OVPN_COUNTER_ADD(sc, name, val) \ macro 1499 OVPN_COUNTER_ADD(sc, lost_data_pkts_out, 1); in ovpn_encrypt_tx_cb() 1509 OVPN_COUNTER_ADD(sc, sent_data_pkts, 1); in ovpn_encrypt_tx_cb() 1510 OVPN_COUNTER_ADD(sc, tunnel_bytes_sent, tunnel_len); in ovpn_encrypt_tx_cb() 1535 OVPN_COUNTER_ADD(sc, lost_data_pkts_in, 1); in ovpn_finish_rx() 1546 OVPN_COUNTER_ADD(sc, received_data_pkts, 1); in ovpn_finish_rx() 1547 OVPN_COUNTER_ADD(sc, tunnel_bytes_received, m->m_pkthdr.len); in ovpn_finish_rx() 1564 OVPN_COUNTER_ADD(sc, nomem_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() [all …]
|