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.h604 u_int8_t return_ttl; member
H A Dpf_nv.c623 PFNV_CHK(pf_nvuint8(nvl, "return_ttl", &rule->return_ttl)); in pf_nvrule_to_krule()
807 nvlist_add_number(nvl, "return_ttl", rule->return_ttl); in pf_krule_to_nvrule()
H A Dpf_nl.c794 { .type = PF_RT_RETURN_TTL, .off = _OUT(return_ttl), .cb = nlattr_get_uint8 },
981 nlattr_add_u8(nw, PF_RT_RETURN_TTL, rule->return_ttl); in nlattr_add_rule()
H A Dpf_ioctl.c1484 PF_MD5_UPD(rule, return_ttl); in pf_hash_rule_rolling()
2922 krule->return_ttl = rule->return_ttl; in pf_rule_to_krule()
H A Dpf.c4781 r->return_ttl, M_SKIP_FIREWALL, 0, 0, rtableid, in pf_return()
4786 pf_send_sctp_abort(pd->af, pd, r->return_ttl, rtableid); in pf_return()
4847 src->seqlo, TH_ACK, 0, 0, s->rule->return_ttl, 0, 0, 0, in pf_send_challenge_ack()
7588 state->rule->return_ttl, M_SKIP_FIREWALL, in pf_tcp_track_full()
/freebsd/lib/libpfctl/
H A Dlibpfctl.h281 uint8_t return_ttl; member
H A Dlibpfctl.c808 rule->return_ttl = nvlist_get_number(nvl, "return_ttl"); in pf_nvrule_to_rule()
1309 snl_add_msg_attr_u8(nw, PF_RT_RETURN_TTL, r->return_ttl); in snl_add_msg_attr_pf_rule()
1689 { .type = PF_RT_RETURN_TTL, .off = _OUT(r.return_ttl), .cb = snl_attr_get_uint8 },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c929 if (!r->return_ttl) in print_rule()
932 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.y2822 r.return_ttl = $1.w;
/freebsd/sys/net/
H A Dpfvar.h888 u_int8_t return_ttl; member