Searched refs:mfc_hash (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | ipmr_base.c | 48 err = rhltable_init(&mrt->mfc_hash, mrt->ops.rht_params); in mr_table_alloc() 69 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_parent() 83 list = rhltable_lookup(&mrt->mfc_hash, mrt->ops.cmparg_any, in mr_mfc_find_any_parent() 98 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_any()
|
D | ipmr.c | 418 rhltable_destroy(&mrt->mfc_hash); in ipmr_free_table() 1179 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ipmr_rht_params); in ipmr_mfc_delete() 1232 ret = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode, in ipmr_mfc_add() 1295 rhltable_remove(&mrt->mfc_hash, &c->mnode, ipmr_rht_params); in mroute_clean_tables()
|
/kernel/linux/linux-5.10/include/linux/ |
D | mroute_base.h | 250 struct rhltable mfc_hash; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ip6mr.c | 396 rhltable_destroy(&mrt->mfc_hash); in ip6mr_free_table() 1223 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ip6mr_rht_params); in ip6mr_mfc_delete() 1457 err = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode, in ip6mr_mfc_add() 1523 rhltable_remove(&mrt->mfc_hash, &c->mnode, ip6mr_rht_params); in mroute_clean_tables()
|