Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c1083 struct pf_overload_entry *pfoe; in pf_src_connlimit() local
1117 pfoe = malloc(sizeof(*pfoe), M_PFTEMP, M_NOWAIT); in pf_src_connlimit()
1118 if (pfoe == NULL) in pf_src_connlimit()
1121 bcopy(&src_node->addr, &pfoe->addr, sizeof(pfoe->addr)); in pf_src_connlimit()
1122 pfoe->af = state->key[PF_SK_WIRE]->af; in pf_src_connlimit()
1123 pfoe->rule = state->rule; in pf_src_connlimit()
1124 pfoe->dir = state->direction; in pf_src_connlimit()
1126 SLIST_INSERT_HEAD(&V_pf_overloadqueue, pfoe, next); in pf_src_connlimit()
1140 struct pf_overload_entry *pfoe, *pfoe1; in pf_overload_task() local
1151 SLIST_FOREACH(pfoe, &queue, next) { in pf_overload_task()
[all …]