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.c244 uint8_t *b_plus; member
476 free(b->b_plus, M_PFSYNC); in pfsync_clone_destroy()
477 b->b_plus = NULL; in pfsync_clone_destroy()
1849 free(b->b_plus, M_PFSYNC); in pfsync_drop()
1850 b->b_plus = NULL; in pfsync_drop()
1987 if (b->b_plus != NULL) { in pfsync_sendout()
1988 bcopy(b->b_plus, m->m_data + offset, b->b_pluslen); in pfsync_sendout()
1991 free(b->b_plus, M_PFSYNC); in pfsync_sendout()
1992 b->b_plus = NULL; in pfsync_sendout()
2662 if (b->b_plus != NULL) { in pfsync_send_plus()
[all …]