Searched refs:free_flags (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sbin/pfctl/ |
| H A D | parse.y | 311 u_int32_t free_flags; member 1435 filter_opts.free_flags |= PFRULE_DN_IS_PIPE; 1439 filter_opts.free_flags |= PFRULE_DN_IS_QUEUE; 3150 r.free_flags |= PFRULE_DN_IS_PIPE; 3152 r.free_flags |= PFRULE_DN_IS_QUEUE; 3300 filter_opts.free_flags |= PFRULE_DN_IS_PIPE; 3304 filter_opts.free_flags |= PFRULE_DN_IS_PIPE; 3309 filter_opts.free_flags |= PFRULE_DN_IS_PIPE; 3313 filter_opts.free_flags |= PFRULE_DN_IS_QUEUE; 3318 filter_opts.free_flags |= PFRULE_DN_IS_QUEUE; [all …]
|
| H A D | pfctl_parser.c | 1296 r->free_flags & PFRULE_DN_IS_PIPE ? "dnpipe" : "dnqueue", in print_rule() 1300 r->free_flags & PFRULE_DN_IS_PIPE ? "dnpipe" : "dnqueue", in print_rule()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nv.c | 558 PFNV_CHK(pf_nvuint32_opt(nvl, "dnflags", &rule->free_flags, 0)); in pf_nvrule_to_krule() 723 nvlist_add_number(nvl, "dnflags", rule->free_flags); in pf_krule_to_nvrule()
|
| H A D | pf_nl.c | 764 { .type = PF_RT_DNFLAGS, .off = _OUT(free_flags), .cb = nlattr_get_uint32 }, 937 nlattr_add_u32(nw, PF_RT_DNFLAGS, rule->free_flags); in nlattr_add_rule()
|
| H A D | if_pfsync.c | 807 if (r->free_flags & PFRULE_DN_IS_PIPE) in pfsync_state_import()
|
| H A D | pf.c | 5327 if (r->free_flags & PFRULE_DN_IS_PIPE) in pf_rule_to_actions() 10564 if (r->free_flags & PFRULE_DN_IS_PIPE || pd->act.flags & PFSTATE_DN_IS_PIPE) in pf_pdesc_to_dnflow()
|
| H A D | pf_ioctl.c | 1446 PF_MD5_UPD_HTONL(rule, free_flags, y); in pf_hash_rule_rolling()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 230 uint32_t free_flags; member
|
| H A D | libpfctl.c | 774 rule->free_flags = nvlist_get_number(nvl, "dnflags"); in pf_nvrule_to_rule() 1273 snl_add_msg_attr_u32(nw, PF_RT_DNFLAGS, r->free_flags); in snl_add_msg_attr_pf_rule() 1659 { .type = PF_RT_DNFLAGS, .off = _OUT(r.free_flags), .cb = snl_attr_get_uint32 },
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 847 u_int32_t free_flags; member
|