Searched refs:in_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpoa_proc.c | 135 in_cache_entry *in_entry; in mpc_show() local 149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show() 150 unsigned long seconds_delta = now - in_entry->time; in mpc_show() 152 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show() 155 ingress_state_string(in_entry->entry_state), in mpc_show() 156 in_entry->ctrl_info.holding_time - in mpc_show() 158 in_entry in mpc_show() [all...] |
H A D | mpc.c | 610 in_cache_entry *in_entry; in atm_mpoa_vcc_attach() local 628 in_entry = mpc->in_ops->get(ipaddr, mpc); in atm_mpoa_vcc_attach() 629 if (in_entry == NULL || in atm_mpoa_vcc_attach() 630 in_entry->entry_state < INGRESS_RESOLVED) { in atm_mpoa_vcc_attach() 633 if (in_entry != NULL) in atm_mpoa_vcc_attach() 634 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 638 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in atm_mpoa_vcc_attach() 639 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach() 640 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 657 in_cache_entry *in_entry; in mpc_vcc_close() local [all...] |
H A D | mpoa_caches.c | 447 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry() local 448 if (in_entry != NULL) { in eg_cache_remove_entry() 449 client->in_ops->put(in_entry); in eg_cache_remove_entry()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpoa_proc.c | 135 in_cache_entry *in_entry; in mpc_show() local 149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show() 150 unsigned long seconds_delta = now - in_entry->time; in mpc_show() 152 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show() 155 ingress_state_string(in_entry->entry_state), in mpc_show() 156 in_entry->ctrl_info.holding_time - in mpc_show() 158 in_entry in mpc_show() [all...] |
H A D | mpc.c | 610 in_cache_entry *in_entry; in atm_mpoa_vcc_attach() local 628 in_entry = mpc->in_ops->get(ipaddr, mpc); in atm_mpoa_vcc_attach() 629 if (in_entry == NULL || in atm_mpoa_vcc_attach() 630 in_entry->entry_state < INGRESS_RESOLVED) { in atm_mpoa_vcc_attach() 633 if (in_entry != NULL) in atm_mpoa_vcc_attach() 634 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 638 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in atm_mpoa_vcc_attach() 639 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach() 640 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 657 in_cache_entry *in_entry; in mpc_vcc_close() local [all...] |
H A D | mpoa_caches.c | 447 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry() local 448 if (in_entry != NULL) { in eg_cache_remove_entry() 449 client->in_ops->put(in_entry); in eg_cache_remove_entry()
|
Completed in 6 milliseconds