Searched refs:ps_buf (Results 1 – 4 of 4) sorted by relevance
491 states->ps_buf = malloc(allocated * sizeof(struct pfsync_state)); in add_state()492 if (states->ps_buf == NULL) in add_state()499 buf = realloc(states->ps_buf, allocated * sizeof(struct pfsync_state)); in add_state()501 free(states->ps_buf); in add_state()504 states->ps_buf = buf; in add_state()
110 ps->ps_buf = inbuf; in get_states()114 free(ps->ps_buf); in get_states()
1398 #define ps_buf ps_u.psu_buf macro
1014 ps.ps_buf = inbuf = newinbuf; in pfctl_show_states()