Home
last modified time | relevance | path

Searched refs:holding_time (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Datmmpc.h27 __u16 holding_time; member
39 __u16 holding_time; member
/linux-4.1.27/net/atm/
Dmpoa_caches.c123 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry()
239 > entry->ctrl_info.holding_time) { in clear_count_and_expired()
312 entry->refresh_time = (2 * (entry->ctrl_info.holding_time))/3; in refresh_entries()
495 static void update_eg_cache_entry(eg_cache_entry *entry, uint16_t holding_time) in update_eg_cache_entry() argument
499 entry->ctrl_info.holding_time = holding_time; in update_eg_cache_entry()
515 > entry->ctrl_info.holding_time) { in clear_expired()
Dmpoa_proc.c157 in_entry->ctrl_info.holding_time - in mpc_show()
176 (eg_entry->ctrl_info.holding_time - in mpc_show()
Dmpoa_caches.h72 void (*update)(eg_cache_entry *entry, uint16_t holding_time);
Dmpc.c1311 uint16_t holding_time; in MPOA_cache_impos_rcvd() local
1314 holding_time = msg->content.eg_info.holding_time; in MPOA_cache_impos_rcvd()
1316 mpc->dev->name, entry, holding_time); in MPOA_cache_impos_rcvd()
1317 if (entry == NULL && holding_time) { in MPOA_cache_impos_rcvd()
1322 if (holding_time) { in MPOA_cache_impos_rcvd()
1323 mpc->eg_ops->update(entry, holding_time); in MPOA_cache_impos_rcvd()