| /f-stack/freebsd/netgraph/ |
| H A D | ng_bridge.h | 135 u_int16_t age; /* seconds ago entry was created */ member 143 u_int16_t age; /* seconds ago entry was created */ member 152 u_int16_t age; /* seconds ago entry was created */ member 182 u_int16_t age; /* seconds ago entry was created */ member
|
| H A D | ng_bridge.c | 444 ary->hosts[i].age = hent->host.age; in ng_bridge_rcvmsg() 559 ary->hosts[i].age = hent->host.age; in ng_bridge_rcvmsg() 718 if (host->age < priv->conf.minStableAge) { in ng_bridge_rcvdata() 751 host->age = 0; in ng_bridge_rcvdata() 918 hent->host.age = 0; in ng_bridge_put() 1064 if (hent->host.age < 0xffff) in ng_bridge_timeout() 1065 hent->host.age++; in ng_bridge_timeout()
|
| H A D | ng_ppp.c | 1891 struct timeval now, age; in ng_ppp_frag_checkstale() local 1928 age = now; in ng_ppp_frag_checkstale() 1929 timevalsub(&age, &beg->timestamp); in ng_ppp_frag_checkstale() 1930 if (timevalcmp(&age, &ng_ppp_max_staleness, < )) in ng_ppp_frag_checkstale()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_ageq.c | 108 ieee80211_ageq_append(struct ieee80211_ageq *aq, struct mbuf *m, int age) in ieee80211_ageq_append() argument 116 age -= M_AGE_GET(aq->aq_head); in ieee80211_ageq_append() 118 KASSERT(age >= 0, ("age %d", age)); in ieee80211_ageq_append() 119 M_AGE_SET(m, age); in ieee80211_ageq_append()
|
| H A D | ieee80211_power.c | 332 int qlen, age; in ieee80211_pwrsave() local 357 age = IEEE80211_TU_TO_MS((ni->ni_intval * ic->ic_bintval) << 2) / 1000; in ieee80211_pwrsave() 381 age-= M_AGE_GET(mh); in ieee80211_pwrsave() 385 int nage = M_AGE_GET(mh) - age; in ieee80211_pwrsave() 392 age -= M_AGE_GET(qhead->head); in ieee80211_pwrsave() 394 KASSERT(age >= 0, ("age %d", age)); in ieee80211_pwrsave() 395 M_AGE_SET(m, age); in ieee80211_pwrsave() 403 "save frame with age %d, %u now queued", age, qlen); in ieee80211_pwrsave()
|
| H A D | ieee80211_ageq.h | 49 int age);
|
| H A D | ieee80211_superg.c | 678 int age = ieee80211_ffagemax; in stageq_add() local 684 age -= M_AGE_GET(sq->head); in stageq_add() 689 taskqueue_enqueue_timeout(ic->ic_tq, qtask, age); in stageq_add() 691 KASSERT(age >= 0, ("age %d", age)); in stageq_add() 692 M_AGE_SET(m, age); in stageq_add()
|
| /f-stack/freebsd/i386/conf/ |
| H A D | LINT-NOIP | 8 nodevice age
|
| H A D | GENERIC | 225 device age # Attansic/Atheros L1 Gigabit Ethernet
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | LINT-NOIP | 9 nodevice age
|
| H A D | GENERIC | 260 device age # Attansic/Atheros L1 Gigabit Ethernet
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_bridge.h | 117 u_int16_t age; /* seconds ago entry was created */ member
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 4168 if (!(age->timeout)) in flow_dv_validate_action_age() 4746 uint32_t age) in flow_dv_pool_create() argument 4762 pool->is_aged = !!age; in flow_dv_pool_create() 4809 uint32_t age) in flow_dv_counter_pool_prepare() argument 8466 age_param->context = age->context ? age->context : in flow_dv_translate_create_counter() 9341 LIST_REMOVE(age, next); in flow_dv_aso_age_remove_from_age() 9881 if (!flow->age) in flow_dv_translate() 9906 age = action->conf; in flow_dv_translate() 10219 dev_flow, count, age); in flow_dv_translate() 11257 if (flow->age) in flow_dv_destroy() [all …]
|
| H A D | mlx5_flow.h | 1042 uint32_t age; /**< Holds ASO age bit index. */ member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 220 uint64_t age = NSEC2SEC(now - entry->re_timestamp); in zfs_ereport_cleaner() local 221 if (age <= zfs_zevent_retain_expire_secs) in zfs_ereport_cleaner() 308 uint64_t age = NSEC2SEC(now - entry->re_timestamp); in zfs_ereport_is_duplicate() local 322 return (age <= zfs_zevent_retain_expire_secs); in zfs_ereport_is_duplicate()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 710 int age, ttl; in nat64lsn_check_state() local 720 age = GET_AGE(state->timestamp); in nat64lsn_check_state() 731 if (age > ttl) in nat64lsn_check_state() 735 if (age > cfg->st_udp_ttl) in nat64lsn_check_state() 739 if (age > cfg->st_icmp_ttl) in nat64lsn_check_state()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | zfs-meta.m4 | 180 [Define the libtool library 'age'
|
| H A D | lib-link.m4 | 517 dnl age, revision, installed, dlopen, dlpreopen, libdir.
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 1854 struct rte_flow_action_age *age = in port_shared_action_create() local 1858 age->context = &psa->age_type; in port_shared_action_create() 2154 struct rte_flow_action_age *age = age_action_get(actions); in port_flow_create() local 2178 if (age) { in port_flow_create() 2180 age->context = &pf->age_type; in port_flow_create() 2314 struct rte_flow_query_age age; in port_flow_query() member 2371 query.age.aged, in port_flow_query() 2372 query.age.sec_since_last_hit_valid, in port_flow_query() 2373 query.age.sec_since_last_hit); in port_flow_query()
|
| /f-stack/freebsd/net/ |
| H A D | bridgestp.c | 1748 int age = 0; in bstp_notify_rtage() local 1754 age = bp->bp_desg_fdelay / BSTP_TICK_VAL; in bstp_notify_rtage() 1758 age = 0; in bstp_notify_rtage() 1764 (*bs->bs_rtage_cb)(bp->bp_ifp, age); in bstp_notify_rtage()
|
| H A D | if_bridge.c | 3109 bridge_rtable_expire(struct ifnet *ifp, int age) in bridge_rtable_expire() argument 3121 if (age == 0) in bridge_rtable_expire() 3127 brt->brt_expire > time_uptime + age && in bridge_rtable_expire() 3129 brt->brt_expire = time_uptime + age; in bridge_rtable_expire()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | aspeed-lpc.txt | 6 peripheral devices, replacing the use of the ISA bus in the age of PCI[0]. The
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | configure.ac | 26 # current:revision:age
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4271 actions age timeout 5 / queue index 0 / end 4274 actions age timeout 4 / queue index 0 / end 4277 actions age timeout 2 / queue index 0 / end 4280 actions age timeout 3 / queue index 0 / end
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 556 * ethdev: Added capability to query age flow action.
|