Home
last modified time | relevance | path

Searched defs:pf_pool (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/net/
H A Dpfvar.h342 struct pf_pool { struct
344 struct pf_poolhashkey key; argument
345 struct pf_addr counter;
346 char ifname[IFNAMSIZ];
347 struct pfi_kif *kif;
348 int tblidx;
349 u_int64_t states;
350 int curweight;
351 u_int16_t weight;
353 u_int8_t port_op;
[all …]