Searched refs:lft_c_bytes (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/netipsec/
H A Dkey_debug.c858 lft_c.bytes = counter_u64_fetch(sav->lft_c_bytes);
H A Dkeydb.h172 #define lft_c_bytes lft_c + 1 macro
H A Dkey.c2824 counter_u64_zero(sav->lft_c_bytes);
3512 lft_c.bytes = counter_u64_fetch(sav->lft_c_bytes);
4412 sav->lft_c_bytes) > sav->lft_h->bytes)) {
4425 sav->lft_c_bytes) > sav->lft_s->bytes))) {
7243 counter_u64_fetch(sav->lft_c_bytes);
8261 counter_u64_add(sav->lft_c_bytes, m->m_pkthdr.len);

Completed in 156 milliseconds