Searched refs:p_tx_bytes (Results 1 – 1 of 1) sorted by relevance
205 counter_u64_t p_tx_bytes; member389 peer->p_tx_bytes = counter_u64_alloc(M_WAITOK); in wg_peer_alloc()443 counter_u64_free(peer->p_tx_bytes); in wg_peer_free_deferred()1195 counter_u64_add(peer->p_tx_bytes, len); in wg_peer_send_buf()1659 counter_u64_add(peer->p_tx_bytes, len); in wg_deliver_out()2657 nvlist_add_number(nvl_peer, "tx-bytes", counter_u64_fetch(peer->p_tx_bytes)); in wgc_get()