Searched refs:pfoe (Results 1 – 1 of 1) sorted by relevance
510 struct pf_overload_entry *pfoe; in pf_src_connlimit() local543 pfoe = malloc(sizeof(*pfoe), M_PFTEMP, M_NOWAIT); in pf_src_connlimit()544 if (pfoe == NULL) in pf_src_connlimit()547 bcopy(&(*state)->src_node->addr, &pfoe->addr, sizeof(pfoe->addr)); in pf_src_connlimit()548 pfoe->af = (*state)->key[PF_SK_WIRE]->af; in pf_src_connlimit()549 pfoe->rule = (*state)->rule.ptr; in pf_src_connlimit()550 pfoe->dir = (*state)->direction; in pf_src_connlimit()552 SLIST_INSERT_HEAD(&V_pf_overloadqueue, pfoe, next); in pf_src_connlimit()564 struct pf_overload_entry *pfoe, *pfoe1; in pf_overload_task() local575 SLIST_FOREACH(pfoe, &queue, next) { in pf_overload_task()[all …]