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

  /src/sys/net/npf/
npf_if.c 117 * npf_ifmap_register: register an interface name; return an assigned
124 npf_ifmap_register(npf_t *npf, const char *ifname) function
npf_connkey.c 369 if (ifname && (ifid = npf_ifmap_register(npf, ifname)) == 0) {
npf_impl.h 331 u_int npf_ifmap_register(npf_t *, const char *);
npf_conn.c 886 if (ifname && (con->c_ifid = npf_ifmap_register(npf, ifname)) == 0) {
npf_nat.c 947 if (ifname && (nt->nt_ifid = npf_ifmap_register(npf, ifname)) == 0) {
npf_ruleset.c 646 if ((rl->r_ifid = npf_ifmap_register(npf, rname)) == 0) {
  /src/usr.sbin/npf/npftest/libnpftest/
npf_test_subr.c 129 npf_ifmap_register(npf, ifname);

Completed in 17 milliseconds