Home
last modified time | relevance | path

Searched refs:last_use (Results 1 – 10 of 10) sorted by relevance

/linux/include/net/
H A Datmclip.h28 unsigned long last_use; /* last send or receive operation */ member
/linux/net/atm/
H A Dclip.c129 unsigned long exp = cv->last_use + cv->idle_timeout; in neigh_check_cb()
233 clip_vcc->last_use = jiffies; in clip_push()
386 entry->vccs->last_use = jiffies; in clip_start_xmit()
431 clip_vcc->last_use = jiffies; in clip_mkip()
752 exp = clip_vcc->last_use; in atmarp_info()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.h35 unsigned long last_use; member
H A Dice_eswitch_br.c439 fdb_entry->last_use = jiffies; in ice_eswitch_br_fdb_entry_create()
1262 if (time_is_after_eq_jiffies(entry->last_use + in ice_eswitch_br_update()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.h170 u64 *packets, u64 *bytes, u64 *last_use);
H A Dprestera_acl.c550 u64 *packets, u64 *bytes, u64 *last_use) in prestera_acl_rule_get_stats() argument
565 *last_use = jiffies; in prestera_acl_rule_get_stats()
/linux/block/
H A Dblk-cgroup.h89 int last_use; member
H A Dblk-cgroup.c1854 if (cur_use < blkg->last_use) in blkcg_scale_delay()
1870 blkg->last_use = cur_use; in blkcg_scale_delay()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c1013 u64 *last_use, in mlxsw_sp_acl_rule_get_stats() argument
1043 *last_use = rule->last_used; in mlxsw_sp_acl_rule_get_stats()
H A Dspectrum.h1092 u64 *last_use,