Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Datmmpc.h26 uint16_t holding_time; member
38 uint16_t holding_time; member
/linux-2.4.37.9/net/atm/
Dmpoa_caches.c116 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry()
238 > entry->ctrl_info.holding_time){ in clear_count_and_expired()
308 entry->refresh_time = (2*(entry->ctrl_info.holding_time))/3; in refresh_entries()
494 static void update_eg_cache_entry(eg_cache_entry * entry, uint16_t holding_time) in update_eg_cache_entry() argument
498 entry->ctrl_info.holding_time = holding_time; in update_eg_cache_entry()
516 > entry->ctrl_info.holding_time){ in clear_expired()
Dmpc.c1265 uint16_t holding_time; in MPOA_cache_impos_rcvd() local
1268 holding_time = msg->content.eg_info.holding_time; in MPOA_cache_impos_rcvd()
1270 mpc->dev->name, entry, holding_time); in MPOA_cache_impos_rcvd()
1271 if(entry == NULL && holding_time) { in MPOA_cache_impos_rcvd()
1276 if(holding_time){ in MPOA_cache_impos_rcvd()
1277 mpc->eg_ops->update(entry, holding_time); in MPOA_cache_impos_rcvd()
Dmpoa_caches.h72 void (*update)(eg_cache_entry *entry, uint16_t holding_time);
Dmpoa_proc.c126 …ng, ingress_state_string(in_entry->entry_state), (in_entry->ctrl_info.holding_time-(now.tv_sec-in_… in proc_mpc_read()
138 …id), egress_state_string(eg_entry->entry_state), (eg_entry->ctrl_info.holding_time-(now.tv_sec-eg_… in proc_mpc_read()