Searched refs:tei_buf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c967 struct tentry_info *ptei, tei, *tei_buf; local
1024 tei_buf = &tei;
1026 tei_buf = malloc(ctlv->count * sizeof(tei), M_TEMP,
1029 ptei = tei_buf;
1043 add_table_entry(ch, &ti, tei_buf, ctlv->flags, ctlv->count) :
1044 del_table_entry(ch, &ti, tei_buf, ctlv->flags, ctlv->count);
1047 ptei = tei_buf;
1067 if (tei_buf != &tei)
1068 free(tei_buf, M_TEMP);

Completed in 107 milliseconds