Home | History | Annotate | Download | only in racoon

Lines Matching refs:ph2tree

85 static LIST_HEAD(_ph2tree_, ph2handle) ph2tree;
442 LIST_FOREACH(p, &ph2tree, chain) {
463 LIST_FOREACH(p, &ph2tree, chain) {
481 LIST_FOREACH(p, &ph2tree, chain) {
496 LIST_FOREACH(p, &ph2tree, chain) {
525 LIST_FOREACH(p, &ph2tree, chain) {
546 LIST_FOREACH(iph2, &ph2tree, chain) {
688 LIST_INSERT_HEAD(&ph2tree, iph2, chain);
703 LIST_INIT(&ph2tree);
714 for (p = LIST_FIRST(&ph2tree); p; p = next) {
747 for (iph2 = LIST_FIRST(&ph2tree); iph2 != NULL; iph2 = next) {
779 LIST_INSERT_HEAD(&iph1->ph2tree, iph2, ph1bind);
1308 for (iph2 = LIST_FIRST(&iph1->ph2tree); iph2; iph2 = iph2_next) {
1506 for (p = LIST_FIRST(&ph2tree); p; p = next) {