Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dx_tables.c279 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() argument
286 if (m->revision > *bestp) in match_revfn()
287 *bestp = m->revision; in match_revfn()
294 return match_revfn(NFPROTO_UNSPEC, name, revision, bestp); in match_revfn()
299 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() argument
306 if (t->revision > *bestp) in target_revfn()
307 *bestp = t->revision; in target_revfn()
314 return target_revfn(NFPROTO_UNSPEC, name, revision, bestp); in target_revfn()