Searched refs:remove_entry (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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 | 241 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,
|
D | mpc.c | 1222 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-6.1.9/drivers/net/ethernet/intel/ice/ ! |
D | ice_switch.h | 382 struct ice_rule_query_data *remove_entry);
|
D | ice_switch.c | 6530 struct ice_rule_query_data *remove_entry) in ice_rem_adv_rule_by_id() argument 6538 if (!sw->recp_list[remove_entry->rid].recp_created) in ice_rem_adv_rule_by_id() 6540 list_head = &sw->recp_list[remove_entry->rid].filt_rules; in ice_rem_adv_rule_by_id() 6543 remove_entry->rule_id) { in ice_rem_adv_rule_by_id() 6545 rinfo.sw_act.vsi_handle = remove_entry->vsi_handle; in ice_rem_adv_rule_by_id()
|
/linux-6.1.9/net/core/ ! |
D | pktgen.c | 3958 goto remove_entry; in pg_net_init() 3963 remove_entry: in pg_net_init()
|