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 | 150 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_get_syncookies() 195 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_set_syncookies()
|
| H A D | pf_nv.c | 510 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_nvrule_to_krule() 1140 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_nveth_rule_to_keth_rule()
|
| H A D | pf_ioctl.c | 3037 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_ioctl_addrule() 3038 #define ERROUT_UNLOCKED(x) ERROUT_FUNCTION(errout_unlocked, x) in pf_ioctl_addrule() 6944 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_getstatus() 7143 #define ERROUT(x) ERROUT_FUNCTION(on_error, x) in pf_keepcounters() 7268 #define ERROUT(x) ERROUT_FUNCTION(on_error, x) in pf_killstates_nv() 7326 #define ERROUT(x) ERROUT_FUNCTION(on_error, x) in pf_clearstates_nv() 7384 #define ERROUT(x) ERROUT_FUNCTION(errout, x) in pf_getstate()
|