Searched refs:remove_entry (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/net/atm/ |
| D | mpoa_caches.h | 44 void (*remove_entry)(in_cache_entry *delEntry, member 74 void (*remove_entry)(eg_cache_entry *entry, struct mpoa_client *client); member
|
| D | mpoa_caches.c | 242 client->in_ops->remove_entry(entry, client); in clear_count_and_expired() 329 mpc->in_ops->remove_entry(mpc->in_cache, mpc); in in_destroy_cache() 520 client->eg_ops->remove_entry(entry, client); in clear_expired() 531 mpc->eg_ops->remove_entry(mpc->eg_cache, mpc); in eg_destroy_cache() 542 .remove_entry = in_cache_remove_entry, 557 .remove_entry = eg_cache_remove_entry,
|
| D | mpc.c | 1221 mpc->in_ops->remove_entry(entry, mpc); in ingress_purge_rcvd() 1240 mpc->eg_ops->remove_entry(entry, mpc); in egress_purge_rcvd() 1327 mpc->eg_ops->remove_entry(entry, mpc); in MPOA_cache_impos_rcvd()
|
| /Linux-v4.19/net/core/ |
| D | pktgen.c | 3811 goto remove_entry; in pg_net_init() 3816 remove_entry: in pg_net_init()
|