Searched defs:xt_match (Results 1 – 1 of 1) sorted by relevance
132 struct xt_match { struct133 struct list_head list;135 const char name[XT_EXTENSION_MAXNAMELEN];136 u_int8_t revision;143 bool (*match)(const struct sk_buff *skb,147 int (*checkentry)(const struct xt_mtchk_param *);150 void (*destroy)(const struct xt_mtdtor_param *);153 void (*compat_from_user)(void *dst, const void *src);154 int (*compat_to_user)(void __user *dst, const void *src);157 struct module *me;[all …]