Searched refs:min_ttl (Results 1 – 2 of 2) sorted by relevance
2157 if (r->min_ttl && h->ip_ttl < r->min_ttl) { in pf_normalize_ip()2160 h->ip_ttl = r->min_ttl; in pf_normalize_ip()2181 if (r->min_ttl && h->ip_ttl < r->min_ttl) { in pf_normalize_ip()2184 h->ip_ttl = r->min_ttl; in pf_normalize_ip()2423 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6()2424 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6()2559 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6()2560 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6()
776 u_int8_t min_ttl; member