Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c1058 old_array = rs->rules[rs_num].active.ptr_array; in pf_commit_rules()
1062 rs->rules[rs_num].active.ptr_array = in pf_commit_rules()
1063 rs->rules[rs_num].inactive.ptr_array; in pf_commit_rules()
1067 rs->rules[rs_num].inactive.ptr_array = old_array; in pf_commit_rules()
1077 if (rs->rules[rs_num].inactive.ptr_array) in pf_commit_rules()
1078 free(rs->rules[rs_num].inactive.ptr_array, M_TEMP); in pf_commit_rules()
1079 rs->rules[rs_num].inactive.ptr_array = NULL; in pf_commit_rules()
1101 if (rs->rules[rs_cnt].inactive.ptr_array) in pf_setup_pfsync_matching()
1103 rs->rules[rs_cnt].inactive.ptr_array = NULL; in pf_setup_pfsync_matching()
1106 rs->rules[rs_cnt].inactive.ptr_array = in pf_setup_pfsync_matching()
[all …]
H A Dpf.h606 struct pf_rule **ptr_array; member
H A Dif_pfsync.c496 PF_RULESET_FILTER].active.ptr_array[ntohl(sp->rule)]; in pfsync_state_import()
/f-stack/tools/compat/include/net/
H A Dpfvar.h548 struct pf_krule **ptr_array; member
/f-stack/freebsd/net/
H A Dpfvar.h697 struct pf_krule **ptr_array; member