Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c243 static void pf_state_key_detach(struct pf_state *, int);
1172 pf_state_key_detach(s, PF_SK_STACK); in pf_detach_state()
1177 pf_state_key_detach(s, PF_SK_WIRE); in pf_detach_state()
1188 pf_state_key_detach(s, PF_SK_WIRE); in pf_detach_state()
1194 pf_state_key_detach(struct pf_state *s, int idx) in pf_state_key_detach() function