Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c7424 if (ptr == it->ipt_ctx && type == it->ipt_type && in ipf_token_del()
7477 if ((ptr == it->ipt_ctx) && (type == it->ipt_type) && in ipf_token_find()
7491 it->ipt_type = type; in ipf_token_find()
7572 switch (token->ipt_type) in ipf_token_deref()
7600 ipf_lookup_iterderef(softc, token->ipt_type, data); in ipf_token_deref()
H A Dip_fil.h1545 int ipt_type; member