Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c7494 if (ptr == it->ipt_ctx && type == it->ipt_type &&
7547 if ((ptr == it->ipt_ctx) && (type == it->ipt_type) &&
7561 it->ipt_type = type;
7642 switch (token->ipt_type)
7670 ipf_lookup_iterderef(softc, token->ipt_type, data);
H A Dip_fil.h1461 int ipt_type; member