Home
last modified time | relevance | path

Searched refs:npf_test_getif (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_rule_test.c227 ifnet_t *ifp = npf_test_getif(t->ifname);
261 if (npf_test_getif(t->ifname) == NULL) {
H A Dnpf_test_subr.c139 npf_test_getif(const char *ifname) in npf_test_getif() function
184 return npf_test_getif(ifname); in npftest_ifop_lookup()
H A Dnpf_perf_test.c31 ifnet_t *ifp = npf_test_getif(IFNAME_INT); in worker()
H A Dnpf_test.h100 ifnet_t * npf_test_getif(const char *);
H A Dnpf_nat_test.c225 ifnet_t *ifp = npf_test_getif(t->ifname); in npf_nat_test()
H A Dnpf_mbuf_subr.c309 ifnet_t *ifp = npf_test_getif(ifname ? ifname : IFNAME_DUMMY); in get_cached_pkt()
/netbsd-src/usr.sbin/npf/npftest/
H A Dnpftest.h20 #define rumpns_npf_test_getif npf_test_getif