Lines Matching refs:b_plus
242 uint8_t *b_plus; member
472 free(b->b_plus, M_PFSYNC); in pfsync_clone_destroy()
473 b->b_plus = NULL; in pfsync_clone_destroy()
1855 free(b->b_plus, M_PFSYNC); in pfsync_drop()
1856 b->b_plus = NULL; in pfsync_drop()
1993 if (b->b_plus != NULL) { in pfsync_sendout()
1994 bcopy(b->b_plus, m->m_data + offset, b->b_pluslen); in pfsync_sendout()
1997 free(b->b_plus, M_PFSYNC); in pfsync_sendout()
1998 b->b_plus = NULL; in pfsync_sendout()
2668 if (b->b_plus != NULL) { in pfsync_send_plus()
2669 memcpy(newplus, b->b_plus, b->b_pluslen); in pfsync_send_plus()
2670 free(b->b_plus, M_PFSYNC); in pfsync_send_plus()
2676 b->b_plus = newplus; in pfsync_send_plus()