/src/sys/net/npf/ |
npf_ifaddr.c | 76 t = npf_table_create(tname, tid, NPF_TABLE_IFADDR, NULL, 0);
|
npf_impl.h | 396 npf_table_t * npf_table_create(const char *, u_int, int, const void *, size_t);
|
npf_tableset.c | 367 * npf_table_create: create table with a specified ID. 370 npf_table_create(const char *name, u_int tid, int type, function in typeref:typename:npf_table_t *
|
npf_ctl.c | 178 t = npf_table_create(name, (unsigned)tid, type, blob, size);
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_table_test.c | 193 t = npf_table_create(IPSET_NAME, IPSET_TID, NPF_TABLE_IPSET, NULL, 0); 203 t = npf_table_create(LPM_NAME, LPM_TID, NPF_TABLE_LPM, NULL, 0); 209 t = npf_table_create(IFADDR_NAME, IFADDR_TID, NPF_TABLE_IFADDR, NULL, 0); 381 t = npf_table_create(CDB_NAME, CDB_TID, NPF_TABLE_CONST, blob, size);
|
/src/lib/libnpf/ |
npf.h | 149 nl_table_t * npf_table_create(const char *, unsigned, int);
|
npf.c | 1142 npf_table_create(const char *name, unsigned id, int type) function in typeref:typename:nl_table_t *
|
/src/usr.sbin/npf/npfctl/ |
npf_build.c | 1195 tl = npf_table_create(tname, tid, type); 1244 tl = npf_table_create(tname, tid, NPF_TABLE_IFADDR);
|