Searched refs:pfoe (Results 1 – 1 of 1) sorted by relevance
686 struct pf_overload_entry *pfoe; in pf_src_connlimit() local719 pfoe = malloc(sizeof(*pfoe), M_PFTEMP, M_NOWAIT); in pf_src_connlimit()720 if (pfoe == NULL) in pf_src_connlimit()723 bcopy(&(*state)->src_node->addr, &pfoe->addr, sizeof(pfoe->addr)); in pf_src_connlimit()724 pfoe->af = (*state)->key[PF_SK_WIRE]->af; in pf_src_connlimit()725 pfoe->rule = (*state)->rule.ptr; in pf_src_connlimit()726 pfoe->dir = (*state)->direction; in pf_src_connlimit()728 SLIST_INSERT_HEAD(&V_pf_overloadqueue, pfoe, next); in pf_src_connlimit()740 struct pf_overload_entry *pfoe, *pfoe1; in pf_overload_task() local751 SLIST_FOREACH(pfoe, &queue, next) { in pf_overload_task()[all …]