Searched defs:xt_match (Results 1 – 1 of 1) sorted by relevance
145 struct xt_match { struct146 struct list_head list;148 const char name[XT_EXTENSION_MAXNAMELEN];149 u_int8_t revision;156 bool (*match)(const struct sk_buff *skb,160 int (*checkentry)(const struct xt_mtchk_param *);163 int (*check_hooks)(const struct xt_mtchk_param *);166 void (*destroy)(const struct xt_mtdtor_param *);169 void (*compat_from_user)(void *dst, const void *src);170 int (*compat_to_user)(void __user *dst, const void *src);[all …]