HomeSort by: relevance | last modified time | path
    Searched refs:ipf_state_maxbucket (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 275 u_int ipf_state_maxbucket; member in struct:ipf_state_softc_s
ip_state.c 124 { { (void *)offsetof(ipf_state_softc_t, ipf_state_maxbucket) },
126 stsizeof(ipf_state_softc_t, ipf_state_maxbucket),
264 softs->ipf_state_maxbucket = 0;
370 if (softs->ipf_state_maxbucket == 0) {
372 softs->ipf_state_maxbucket++;
373 softs->ipf_state_maxbucket *= 2;
1646 softs->ipf_state_maxbucket) {
5211 softs->ipf_state_maxbucket = maxbucket;

Completed in 16 milliseconds