Searched refs:eg_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpoa_proc.c | 136 eg_cache_entry *eg_entry; in mpc_show() local 168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show() 169 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr; in mpc_show() 170 unsigned long seconds_delta = now - eg_entry->time; in mpc_show() 175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show() 176 egress_state_string(eg_entry->entry_state), in mpc_show() 177 (eg_entry in mpc_show() [all...] |
H A D | mpc.c | 658 eg_cache_entry *eg_entry; in mpc_vcc_close() local 674 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close() 675 if (eg_entry) { in mpc_vcc_close() 677 eg_entry->shortcut = NULL; in mpc_vcc_close() 678 mpc->eg_ops->put(eg_entry); in mpc_vcc_close() 681 if (in_entry == NULL && eg_entry == NULL) in mpc_vcc_close() 1122 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut() local 1124 if (eg_entry && eg_entry->shortcut) { in check_qos_and_open_shortcut() 1125 if (eg_entry in check_qos_and_open_shortcut() [all...] |
H A D | mpoa_caches.c | 214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry() local 216 if (eg_entry != NULL) { in in_cache_remove_entry() 217 client->eg_ops->put(eg_entry); in in_cache_remove_entry()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpoa_proc.c | 136 eg_cache_entry *eg_entry; in mpc_show() local 168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show() 169 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr; in mpc_show() 170 unsigned long seconds_delta = now - eg_entry->time; in mpc_show() 175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show() 176 egress_state_string(eg_entry->entry_state), in mpc_show() 177 (eg_entry in mpc_show() [all...] |
H A D | mpc.c | 658 eg_cache_entry *eg_entry; in mpc_vcc_close() local 674 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close() 675 if (eg_entry) { in mpc_vcc_close() 677 eg_entry->shortcut = NULL; in mpc_vcc_close() 678 mpc->eg_ops->put(eg_entry); in mpc_vcc_close() 681 if (in_entry == NULL && eg_entry == NULL) in mpc_vcc_close() 1122 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut() local 1124 if (eg_entry && eg_entry->shortcut) { in check_qos_and_open_shortcut() 1125 if (eg_entry in check_qos_and_open_shortcut() [all...] |
H A D | mpoa_caches.c | 214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry() local 216 if (eg_entry != NULL) { in in_cache_remove_entry() 217 client->eg_ops->put(eg_entry); in in_cache_remove_entry()
|
Completed in 7 milliseconds