Searched refs:return_ttl (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf.h | 581 u_int8_t return_ttl; member
|
H A D | pf_nv.c | 620 PFNV_CHK(pf_nvuint8(nvl, "return_ttl", &rule->return_ttl)); in pf_nvrule_to_krule() 804 nvlist_add_number(nvl, "return_ttl", rule->return_ttl); in pf_krule_to_nvrule()
|
H A D | pf_nl.c | 735 { .type = PF_RT_RETURN_TTL, .off = _OUT(return_ttl), .cb = nlattr_get_uint8 }, 979 nlattr_add_u8(nw, PF_RT_RETURN_TTL, rule->return_ttl); in pf_handle_getrule()
|
H A D | pf_ioctl.c | 2021 krule->return_ttl = rule->return_ttl; in pf_rule_to_krule()
|
H A D | pf.c | 4271 r->return_ttl, M_SKIP_FIREWALL, 0, 0, rtableid); in pf_return() 4275 pf_send_sctp_abort(pd->af, pd, r->return_ttl, rtableid); in pf_return() 6704 (*state)->rule->return_ttl, M_SKIP_FIREWALL, in pf_tcp_track_full()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 253 uint8_t return_ttl; member
|
H A D | libpfctl.c | 793 rule->return_ttl = nvlist_get_number(nvl, "return_ttl"); in pf_nvrule_to_rule() 1279 snl_add_msg_attr_u8(nw, PF_RT_RETURN_TTL, r->return_ttl); in snl_add_msg_attr_pf_rule() 1641 { .type = PF_RT_RETURN_TTL, .off = _OUT(r.return_ttl), .cb = snl_attr_get_uint8 },
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 864 if (!r->return_ttl) in print_rule() 867 printf(" return-rst(ttl %d)", r->return_ttl); in print_rule()
|
H A D | pfctl_optimize.c | 135 PF_RULE_FIELD(return_ttl, BREAK),
|
H A D | parse.y | 2380 r.return_ttl = $1.w;
|
/freebsd/sys/net/ |
H A D | pfvar.h | 873 u_int8_t return_ttl; member
|