Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ipa/
H A Dreg.h25 u32 fcount; member
50 .fcount = ARRAY_SIZE(reg_ ## __name ## _fmask), \
76 if (!reg || WARN_ON(field_id >= reg->fcount)) in reg_fmask()
/linux/net/netfilter/
H A Dnfnetlink_osf.c206 int fcount = 0, ttl_check; in nf_osf_match() local
232 fcount++; in nf_osf_match()
248 if (!fcount && (info->flags & NF_OSF_LOG)) in nf_osf_match()
254 if (fcount) in nf_osf_match()
/linux/kernel/
H A Dauditfilter.c822 u32 fcount = old->field_count; in audit_dupe_rule() local
828 entry = audit_init_entry(fcount); in audit_dupe_rule()
852 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount); in audit_dupe_rule()
856 for (i = 0; i < fcount; i++) { in audit_dupe_rule()
/linux/drivers/macintosh/
H A Dvia-pmu.c925 size_t fcount = count; in pmu_options_proc_write() local
961 return fcount; in pmu_options_proc_write()