Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c119 fp.fp_ttl = ip->ip_ttl; in pf_osfp_fingerprint_hdr()
128 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
197 fp.fp_wsize, fp.fp_ttl, (fp.fp_flags & PF_OSFP_DF) != 0, in pf_osfp_fingerprint_hdr()
277 fpadd.fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
289 fpadd.fp_ttl, in pf_osfp_add()
324 fp->fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
370 f->fp_ttl < find->fp_ttl || in pf_osfp_find()
371 f->fp_ttl - find->fp_ttl > ttldiff || in pf_osfp_find()
438 f->fp_ttl == find->fp_ttl) in pf_osfp_find_exact()
478 fpioc->fp_ttl = fp->fp_ttl; in pf_osfp_get()
H A Dpf.h395 u_int8_t fp_ttl; /* IPv4 TTL */ member
420 u_int8_t fp_ttl; /* IPv4 TTL */ member