Searched refs:ERROUT_FUNCTION (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nv.h | 43 #define ERROUT_FUNCTION(target, x) \ macro
|
H A D | pf_syncookies.c | 152 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_get_syncookies() 197 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_set_syncookies()
|
H A D | pf_nv.c | 509 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_nvrule_to_krule() 1137 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_nveth_rule_to_keth_rule()
|
H A D | pf_ioctl.c | 2082 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_ioctl_addrule() 5845 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_getstatus() 6042 #define ERROUT(x) ERROUT_FUNCTION(on_error, x) in pf_keepcounters() 6167 #define ERROUT(x) ERROUT_FUNCTION(on_error, x) in pf_killstates_nv() 6225 #define ERROUT(x) ERROUT_FUNCTION(on_error, x) in pf_clearstates_nv() 6283 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_getstate()
|