Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c206 counter_u64_t p_rx_bytes; member
390 peer->p_rx_bytes = counter_u64_alloc(M_WAITOK); in wg_peer_alloc()
444 counter_u64_free(peer->p_rx_bytes); in wg_peer_free_deferred()
1399 counter_u64_add(peer->p_rx_bytes, m->m_pkthdr.len); in wg_handshake()
1727 counter_u64_add(peer->p_rx_bytes, m->m_pkthdr.len + in wg_deliver_in()
2656 nvlist_add_number(nvl_peer, "rx-bytes", counter_u64_fetch(peer->p_rx_bytes)); in wgc_get()