Lines Matching defs:thread_prefix
1177 nat64_prefix_t *thread_prefix;
1179 for (thread_prefix = event->prefix; thread_prefix; thread_prefix = thread_prefix->next) {
1180 if (nat64_preference_has_higher_priority(thread_prefix->priority, nat64_preference_low)) {
1188 for (thread_prefix = event->prefix; thread_prefix; thread_prefix = thread_prefix->next) {
1189 if (thread_prefix->rloc > max_rloc) {
1190 max_rloc = thread_prefix->rloc;
1414 nat64_prefix_t *thread_prefix;
1415 for (thread_prefix = event->prefix; thread_prefix; thread_prefix = thread_prefix->next) {
1416 if (nat64_preference_has_higher_priority(thread_prefix->priority, nat64_preference_low)) {
1420 } else if (thread_prefix->priority == nat64_preference_low) {
1421 if (in6addr_compare(&state_machine->br_prefix->prefix, &thread_prefix->prefix) > 0) {