Home
last modified time | relevance | path

Searched refs:return_ttl (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.h581 u_int8_t return_ttl; member
H A Dpf_nv.c620 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 Dpf_nl.c735 { .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 Dpf_ioctl.c2021 krule->return_ttl = rule->return_ttl; in pf_rule_to_krule()
H A Dpf.c4271 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 Dlibpfctl.h253 uint8_t return_ttl; member
H A Dlibpfctl.c793 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 Dpfctl_parser.c864 if (!r->return_ttl) in print_rule()
867 printf(" return-rst(ttl %d)", r->return_ttl); in print_rule()
H A Dpfctl_optimize.c135 PF_RULE_FIELD(return_ttl, BREAK),
H A Dparse.y2380 r.return_ttl = $1.w;
/freebsd/sys/net/
H A Dpfvar.h873 u_int8_t return_ttl; member