Searched refs:PF_RT_DIRECTION (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 253 PF_RT_DIRECTION = 35, /* u8 */ enumerator
|
| H A D | pf_nl.c | 777 { .type = PF_RT_DIRECTION, .off = _OUT(direction), .cb = nlattr_get_uint8 }, 958 nlattr_add_u8(nw, PF_RT_DIRECTION, rule->direction); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1287 snl_add_msg_attr_u8(nw, PF_RT_DIRECTION, r->direction); in snl_add_msg_attr_pf_rule() 1663 { .type = PF_RT_DIRECTION, .off = _OUT(r.direction), .cb = snl_attr_get_uint8 },
|