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

  /src/sys/net/npf/
npf_conn.h 152 bool npf_conn_expired(npf_t *, const npf_conn_t *, uint64_t);
npf_conndb.c 332 if (npf_conn_expired(npf, con, now)) {
npf_conn.c 710 * npf_conn_expired: criterion to check if connection is expired.
713 npf_conn_expired(npf_t *npf, const npf_conn_t *con, uint64_t tsnow) function in typeref:typename:bool

Completed in 109 milliseconds