Home
last modified time | relevance | path

Searched refs:pfoe (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.c851 struct pf_overload_entry *pfoe; in pf_src_connlimit() local
886 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() local
920 SLIST_FOREACH(pfoe, &queue, next) { in pf_overload_task()
[all …]