Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dx_tables.c263 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() argument
270 if (m->revision > *bestp) in match_revfn()
271 *bestp = m->revision; in match_revfn()
278 return match_revfn(NFPROTO_UNSPEC, name, revision, bestp); in match_revfn()
283 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() argument
290 if (t->revision > *bestp) in target_revfn()
291 *bestp = t->revision; in target_revfn()
298 return target_revfn(NFPROTO_UNSPEC, name, revision, bestp); in target_revfn()