Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/pf/
H A Dif_pfsync.c242 uint8_t *b_plus; member
474 free(b->b_plus, M_PFSYNC); in pfsync_clone_destroy()
475 b->b_plus = NULL; in pfsync_clone_destroy()
1785 free(b->b_plus, M_PFSYNC); in pfsync_drop()
1786 b->b_plus = NULL; in pfsync_drop()
1923 if (b->b_plus != NULL) { in pfsync_sendout()
1927 free(b->b_plus, M_PFSYNC); in pfsync_sendout()
1928 b->b_plus = NULL; in pfsync_sendout()
2598 if (b->b_plus != NULL) { in pfsync_send_plus()
2600 free(b->b_plus, M_PFSYNC); in pfsync_send_plus()
[all …]