Home
last modified time | relevance | path

Searched refs:min_ttl (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_norm.c2162 if (r->min_ttl && h->ip_ttl < r->min_ttl) { in pf_normalize_ip()
2165 h->ip_ttl = r->min_ttl; in pf_normalize_ip()
2186 if (r->min_ttl && h->ip_ttl < r->min_ttl) { in pf_normalize_ip()
2189 h->ip_ttl = r->min_ttl; in pf_normalize_ip()
2428 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6()
2429 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6()
2564 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6()
2565 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6()
H A Dpfvar.h776 u_int8_t min_ttl; member