Home
last modified time | relevance | path

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

/linux/net/atm/
H A Dmpoa_caches.h44 void (*remove_entry)(in_cache_entry *delEntry, member
74 void (*remove_entry)(eg_cache_entry *entry, struct mpoa_client *client); member
H A Dmpoa_caches.c241 client->in_ops->remove_entry(entry, client); in clear_count_and_expired()
328 mpc->in_ops->remove_entry(mpc->in_cache, mpc); in in_destroy_cache()
518 client->eg_ops->remove_entry(entry, client); in clear_expired()
529 mpc->eg_ops->remove_entry(mpc->eg_cache, mpc); in eg_destroy_cache()
540 .remove_entry = in_cache_remove_entry,
555 .remove_entry = eg_cache_remove_entry,
H A Dmpc.c1222 mpc->in_ops->remove_entry(entry, mpc); in ingress_purge_rcvd()
1241 mpc->eg_ops->remove_entry(entry, mpc); in egress_purge_rcvd()
1328 mpc->eg_ops->remove_entry(entry, mpc); in MPOA_cache_impos_rcvd()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h387 struct ice_rule_query_data *remove_entry);
/linux/net/core/
H A Dpktgen.c4003 goto remove_entry; in pg_net_init()
4008 remove_entry: in pg_net_init()