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

  /src/sys/net/npf/
npf_state.c 213 * npf_state_etime: return the expiration time depending on the state.
216 npf_state_etime(npf_t *npf, const npf_state_t *nst, const int proto) function in typeref:typename:int
npf_impl.h 474 int npf_state_etime(npf_t *, const npf_state_t *, const int);
npf_conn.c 716 const int etime = npf_state_etime(npf, &con->c_state, con->c_proto);
982 npf_state_etime(npf_getkernctx(), &con->c_state, proto));

Completed in 13 milliseconds