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

/linux-master/include/uapi/linux/
H A Datmmpc.h28 __u16 holding_time; member in struct:in_ctrl_info
40 __u16 holding_time; member in struct:eg_ctrl_info
/linux-master/net/atm/
H A Dmpoa_caches.c124 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT;
238 if ((now - entry->time) > entry->ctrl_info.holding_time) {
311 entry->refresh_time = (2 * (entry->ctrl_info.holding_time))/3;
493 static void update_eg_cache_entry(eg_cache_entry *entry, uint16_t holding_time) argument
497 entry->ctrl_info.holding_time = holding_time;
512 if ((now - entry->time) > entry->ctrl_info.holding_time) {
H A Dmpoa_caches.h75 void (*update)(eg_cache_entry *entry, uint16_t holding_time);
H A Dmpoa_proc.c156 in_entry->ctrl_info.holding_time -
177 (eg_entry->ctrl_info.holding_time - seconds_delta),
H A Dmpc.c1311 uint16_t holding_time; local
1314 holding_time = msg->content.eg_info.holding_time;
1315 dprintk("(%s) entry = %p, holding_time = %u\n",
1316 mpc->dev->name, entry, holding_time);
1317 if (entry == NULL && holding_time) {
1322 if (holding_time) {
1323 mpc->eg_ops->update(entry, holding_time);

Completed in 150 milliseconds