Searched refs:min_ttl (Results 1 – 2 of 2) sorted by relevance
2159 if (r->min_ttl && h->ip_ttl < r->min_ttl) { in pf_normalize_ip()2162 h->ip_ttl = r->min_ttl; in pf_normalize_ip()2183 if (r->min_ttl && h->ip_ttl < r->min_ttl) { in pf_normalize_ip()2186 h->ip_ttl = r->min_ttl; in pf_normalize_ip()2426 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6()2427 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6()2562 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6()2563 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6()
765 u_int8_t min_ttl; member