Searched refs:bestp (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/net/netfilter/ |
D | x_tables.c | 278 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() argument 285 if (m->revision > *bestp) in match_revfn() 286 *bestp = m->revision; in match_revfn() 293 return match_revfn(NFPROTO_UNSPEC, name, revision, bestp); in match_revfn() 298 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() argument 305 if (t->revision > *bestp) in target_revfn() 306 *bestp = t->revision; in target_revfn() 313 return target_revfn(NFPROTO_UNSPEC, name, revision, bestp); in target_revfn()
|