Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c151 static int ipf_state_match(ipstate_t *is1, ipstate_t *is2);
1290 ipf_state_match(ipstate_t *is1, ipstate_t *is2) in ipf_state_match() function
1621 if (ipf_state_match(&ips, is) == 1) in ipf_state_add()