Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c305 static void pf_state_key_detach(struct pf_kstate *, int);
1434 pf_state_key_detach(s, PF_SK_STACK); in pf_detach_state()
1439 pf_state_key_detach(s, PF_SK_WIRE); in pf_detach_state()
1450 pf_state_key_detach(s, PF_SK_WIRE); in pf_detach_state()
1456 pf_state_key_detach(struct pf_kstate *s, int idx) in pf_state_key_detach() function