HomeSort by: relevance | last modified time | path
    Searched refs:npf_table_getid (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net/npf/
npf_ifaddr.c 73 tid = npf_table_getid(t);
npf_impl.h 399 u_int npf_table_getid(npf_table_t *);
npf_tableset.c 455 npf_table_getid(npf_table_t *t) function in typeref:typename:u_int
  /src/lib/libnpf/
npf.h 151 unsigned npf_table_getid(nl_table_t *);
npf.c 1329 npf_table_getid(nl_table_t *tl) function in typeref:typename:unsigned
  /src/usr.sbin/npf/npfctl/
npf_cmd.c 275 tid = npf_table_getid(t);
npf_build.c 199 return tl ? npf_table_getid(tl) : (unsigned)-1;
210 if (npf_table_getid(tl) == tid) {

Completed in 14 milliseconds