Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.c8040 nat_t **newtab[2], *nat, **natp; local
8055 newtab[0] = NULL;
8056 newtab[1] = NULL;
8064 if (newtab[0] == NULL) {
8070 if (newtab[1] == NULL) {
8197 if (newtab[0] != NULL) {
8200 if (newtab[1] != NULL) {
8254 if (newtab == NULL) {
8266 *old = newtab;
8314 hostmap_t *hm, **newtab; local
[all …]
H A Dip_state.c5264 ipstate_t **newtab, *is; local
5279 KMALLOCS(newtab, ipstate_t **, newsize * sizeof(ipstate_t *));
5280 if (newtab == NULL) {
5287 KFREES(newtab, newsize * sizeof(*softs->ipf_state_table));
5295 KFREES(newtab, newsize * sizeof(*newtab));
5304 bzero((char *)newtab, newsize * sizeof(ipstate_t *));
5313 softs->ipf_state_table = newtab;