Searched refs:mfc_hash (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ipmr_base.c | 36 rhltable_destroy(&mrt->mfc_hash); in __mr_free_table() 62 err = rhltable_init(&mrt->mfc_hash, mrt->ops.rht_params); in mr_table_alloc() 84 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_parent() 97 list = rhltable_lookup(&mrt->mfc_hash, mrt->ops.cmparg_any, in mr_mfc_find_any_parent() 111 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_any()
|
| H A D | ipmr.c | 1230 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ipmr_rht_params); in ipmr_mfc_delete() 1282 ret = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode, in ipmr_mfc_add() 1346 rhltable_remove(&mrt->mfc_hash, &c->mnode, ipmr_rht_params); in mroute_clean_tables()
|
| /linux/include/linux/ |
| H A D | mroute_base.h | 256 struct rhltable mfc_hash; member
|