Searched refs:pfoe (Results 1 – 1 of 1) sorted by relevance
851 struct pf_overload_entry *pfoe; in pf_src_connlimit() local886 pfoe = malloc(sizeof(*pfoe), M_PFTEMP, M_NOWAIT); in pf_src_connlimit()887 if (pfoe == NULL) in pf_src_connlimit()890 bcopy(&src_node->addr, &pfoe->addr, sizeof(pfoe->addr)); in pf_src_connlimit()891 pfoe->af = state->key[PF_SK_WIRE]->af; in pf_src_connlimit()892 pfoe->rule = state->rule; in pf_src_connlimit()893 pfoe->dir = state->direction; in pf_src_connlimit()895 SLIST_INSERT_HEAD(&V_pf_overloadqueue, pfoe, next); in pf_src_connlimit()909 struct pf_overload_entry *pfoe, *pfoe1; in pf_overload_task() local920 SLIST_FOREACH(pfoe, &queue, next) { in pf_overload_task()[all …]