Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c251 uint8_t *b_plus; member
481 free(b->b_plus, M_PFSYNC); in pfsync_clone_destroy()
482 b->b_plus = NULL; in pfsync_clone_destroy()
2016 free(b->b_plus, M_PFSYNC); in pfsync_drop()
2017 b->b_plus = NULL; in pfsync_drop()
2154 if (b->b_plus != NULL) { in pfsync_sendout()
2155 bcopy(b->b_plus, m->m_data + offset, b->b_pluslen); in pfsync_sendout()
2158 free(b->b_plus, M_PFSYNC); in pfsync_sendout()
2159 b->b_plus = NULL; in pfsync_sendout()
2837 if (b->b_plus != NULL) { in pfsync_send_plus()
[all …]