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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h81 void *ta_buf);
83 void *ta_buf);
85 struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
87 struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
89 void *ta_buf);
93 typedef int (ta_prepare_mod)(void *ta_buf, uint64_t *pflags);
95 void *ta_buf, uint64_t *pflags);
97 void *ta_buf, uint64_t pflags);
98 typedef void (ta_flush_mod)(void *ta_buf);
H A Dip_fw_table_algo.c111 * void *ta_buf);
117 * Buffer ta_buf of size ta->ta_buf_sz may be used to store
124 * void *ta_buf);
127 * Buffer ta_buf of size ta->ta_buf_sz may be used to store
128 * allocated state. Caller should use on-stack ta_buf allocation
135 * struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
138 * Insert new entry using previously-allocated state in @ta_buf.
155 * struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
158 * Delete entry using previously set up in @ta_buf.
168 * struct tentry_info *tei, void *ta_buf);
650 ta_prepare_add_radix(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
704 ta_add_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
767 ta_prepare_del_radix(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
805 ta_del_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
844 ta_flush_radix_entry(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
1525 ta_prepare_add_chash(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
1547 ta_add_chash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
1622 ta_prepare_del_chash(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
1633 ta_del_chash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
1685 ta_flush_chash_entry(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
1733 ta_prepare_mod_chash(void *ta_buf, uint64_t *pflags) argument
1767 ta_fill_mod_chash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
1779 ta_modify_chash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
1845 ta_flush_mod_chash(void *ta_buf) argument
2183 ta_prepare_add_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
2215 ta_add_ifidx(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2279 ta_prepare_del_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
2300 ta_del_ifidx(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2352 ta_flush_ifidx_entry(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
2436 ta_prepare_mod_ifidx(void *ta_buf, uint64_t *pflags) argument
2454 ta_fill_mod_ifidx(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
2478 ta_modify_ifidx(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
2500 ta_flush_mod_ifidx(void *ta_buf) argument
2765 ta_prepare_add_numarray(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
2778 ta_add_numarray(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2828 ta_del_numarray(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2857 ta_flush_numarray_entry(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
2893 ta_prepare_mod_numarray(void *ta_buf, uint64_t *pflags) argument
2911 ta_fill_mod_numarray(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
2935 ta_modify_numarray(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
2957 ta_flush_mod_numarray(void *ta_buf) argument
3481 ta_prepare_add_fhash(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
3511 ta_add_fhash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
3573 ta_prepare_del_fhash(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
3584 ta_del_fhash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
3623 ta_flush_fhash_entry(struct ip_fw_chain *ch, struct tentry_info *tei, void *ta_buf) argument
3658 ta_prepare_mod_fhash(void *ta_buf, uint64_t *pflags) argument
3682 ta_fill_mod_fhash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
3694 ta_modify_fhash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
3731 ta_flush_mod_fhash(void *ta_buf) argument
[all...]
H A Dip_fw_table.c391 * Uses either stack buffer (@ta_buf) or allocates a new one.
392 * Stores pointer to allocated buffer back to @ta_buf.
398 struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf)
409 memset(*ta_buf, 0, TA_BUF_SZ);
410 ta_buf_m = *ta_buf;
440 *ta_buf = ta_buf_m;
446 * Frees @ta_buf_m if differs from stack buffer @ta_buf.
451 caddr_t ta_buf_m, caddr_t ta_buf)
478 if (ta_buf_m != ta_buf)
555 char ta_buf[TA_BUF_S local
397 prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf) argument
449 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, struct tentry_info *tei, uint32_t count, int rollback, caddr_t ta_buf_m, caddr_t ta_buf) argument
725 char ta_buf[TA_BUF_SZ]; local
821 char ta_buf[TA_BUF_SZ]; local
[all...]

Completed in 89 milliseconds