Home
last modified time | relevance | path

Searched refs:ipfl_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_lookup.c354 if (op.iplo_type == (*l)->ipfl_type) {
407 if (op.iplo_type == (*l)->ipfl_type) {
456 if (op.iplo_type == (*l)->ipfl_type) {
519 if (op.iplo_type == (*l)->ipfl_type) {
567 if (op.iplo_type == (*l)->ipfl_type) {
666 if (type == backends[i]->ipfl_type) {
724 if (iter.ili_type == backends[i]->ipfl_type) {
889 if (type == (*l)->ipfl_type) {
936 if (IPLT_HASH == (*l)->ipfl_type) {
987 if (IPLT_POOL == (*l)->ipfl_type) {
[all …]
H A Dip_lookup.h89 int ipfl_type; member