Searched defs:revision (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/ipset/
H A Dip_set_core.c83 find_set_type(const char *name, u8 family, u8 revision) argument
91 revision >= type->revision_min &&
92 revision <= type->revision_max)
113 #define find_set_type_get(name, family, revision, found) \
114 __find_set_type_get(name, family, revision, found, false)
117 __find_set_type_get(const char *name, u8 family, u8 revision, argument
127 *found = find_set_type(name, family, revision);
133 * but we don't support the revision */
142 __find_set_type_get(name, family, revision, found, true);
190 * the unique triple of name, family and revision
821 u8 family, revision; local
[all...]
/net/netfilter/
H A Dx_tables.c182 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) argument
190 if (m->revision == revision) {
203 return xt_find_match(NFPROTO_UNSPEC, name, revision);
210 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) argument
214 match = xt_find_match(nfproto, name, revision);
217 match = xt_find_match(nfproto, name, revision);
225 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) argument
233 if (t->revision == revision) {
252 xt_request_find_target(u8 af, const char *name, u8 revision) argument
266 match_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
286 target_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
307 xt_find_revision(u8 af, const char *name, u8 revision, int target, int *err) argument
[all...]

Completed in 54 milliseconds