npf_state.c | 85 static void (*npf_state_sample)(npf_state_t *, bool) = NULL; variable in typeref:typename:void (*)(npf_state_t *,bool) 86 #define NPF_STATE_SAMPLE(n, r) if (npf_state_sample) (*npf_state_sample)(n, r); 88 #define NPF_STATE_SAMPLE(n, r) 170 NPF_STATE_SAMPLE(nst, ret); 207 NPF_STATE_SAMPLE(nst, ret); 264 npf_state_sample = func;
|