Searched refs:expire (Results 51 - 62 of 62) sorted by relevance

123

/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c235 u_int32_t expire = time_uptime - local
238 pf_purge_fragments(expire);
242 pf_purge_fragments(uint32_t expire) argument
248 if (frag->fr_timeout > expire)
H A Dif_pfsync.c59 * 1.173 - correct expire time processing
619 st->expire = pf_get_uptime();
620 if (sp->pfs_1301.expire) {
627 /* sp->expire may have been adaptively scaled by export. */
628 st->expire -= (timeout - ntohl(sp->pfs_1301.expire)) * 1000;
1209 st->expire = pf_get_uptime();
1296 st->expire = pf_get_uptime();
H A Dpf.c2072 return ((state->expire / 1000) + timeout);
2077 return ((state->expire / 1000) + timeout);
2092 if (cur->states == 0 && cur->expire <= time_uptime) {
2121 sn->expire = time_uptime + timeout;
2128 sn->expire = time_uptime + timeout;
2230 * Go through hash and unlink states that expire now.
4979 s->creation = s->expire = pf_get_uptime();
5084 if (--sn->states == 0 && sn->expire == 0) {
5095 if (--nsn->states == 0 && nsn->expire == 0) {
5455 /* update expire tim
[all...]
/freebsd-current/sys/netinet/
H A Dip_fw.h733 u_int32_t expire; /* expire time */ member in struct:_ipfw_dyn_rule
/freebsd-current/contrib/ntp/include/
H A Dntp.h859 u_int32 expire; /* valid until current_time */ member in struct:restrict_u_tag
/freebsd-current/sys/kern/
H A Dkern_time.c83 * timers when they expire.
716 * time until they expire.
1009 goto expire;
1019 expire:
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_g.c761 unsigned long expire, now; local
772 expire = now - BWN_LO_PWRVEC_EXPIRE;
773 if (ieee80211_time_before(lo->pwr_vec_read_time, expire)) {
780 expire = now - BWN_LO_CALIB_EXPIRE;
782 if (!ieee80211_time_before(cal->calib_time, expire))
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devdns.c1197 u32 serial, refresh, retry, expire, minimum; local
1203 GET32(expire);
1205 (void)expire;
/freebsd-current/contrib/libevent/
H A Devdns.c1197 u32 serial, refresh, retry, expire, minimum; local
1203 GET32(expire);
1205 (void)expire;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dummynet.c2570 V_dn_cfg.expire = 1;
/freebsd-current/sbin/ipfw/
H A Dipfw2.c2422 if (d->expire == 0 && d->dyn_type != O_LIMIT_PARENT)
2431 bprintf(bp, "(%ds)", d->expire);
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.c1876 { .type = PF_ST_EXPIRE, .off = _OUT(expire), .cb = snl_attr_get_uint32 },

Completed in 266 milliseconds

123