Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h493 int pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill,
H A Dlibpfctl.c2100 pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, in pfctl_clear_states_h() function
/freebsd/sbin/pfctl/
H A Dpfctl.c545 if ((ret = pfctl_clear_states_h(pfh, &kill, &killed)) != 0) in pfctl_clear_iface_states()