Home
last modified time | relevance | path

Searched refs:tunnel_len (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Dif_ovpn.c1488 int tunnel_len; in ovpn_encrypt_tx_cb() local
1506 tunnel_len = m->m_pkthdr.len - sizeof(struct ovpn_wire_header); in ovpn_encrypt_tx_cb()
1510 OVPN_COUNTER_ADD(sc, tunnel_bytes_sent, tunnel_len); in ovpn_encrypt_tx_cb()
1845 int tunnel_len; in ovpn_transmit_to_peer() local
1852 tunnel_len = m->m_pkthdr.len; in ovpn_transmit_to_peer()
1924 OVPN_COUNTER_ADD(sc, tunnel_bytes_sent, tunnel_len); in ovpn_transmit_to_peer()