Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c306 static int pf_state_key_ctor(void *, int, void *, int);
1092 sizeof(struct pf_state_key), pf_state_key_ctor, NULL, NULL, NULL, in pf_initialize()
1474 pf_state_key_ctor(void *mem, int size, void *arg, int flags) in pf_state_key_ctor() function