Searched refs:osf (Results 1 – 4 of 4) sorted by relevance
139 struct nft_osf *osf; in nft_osf_reduce() local146 osf = nft_expr_priv(track->regs[priv->dreg].selector); in nft_osf_reduce()147 if (priv->flags != osf->flags || in nft_osf_reduce()148 priv->ttl != osf->ttl) { in nft_osf_reduce()
1454 tristate '"osf" Passive OS fingerprint match'1463 http://www.ioremap.net/projects/osf
223 int osf = cfi->interleave * cfi->device_type; /* scale factor */ in cfi_qry_present() local231 val[0] = map_read(map, base + osf*0x10); in cfi_qry_present()232 val[1] = map_read(map, base + osf*0x11); in cfi_qry_present()233 val[2] = map_read(map, base + osf*0x12); in cfi_qry_present()
15 obj-$(CONFIG_OSF_PARTITION) += osf.o