Home
last modified time | relevance | path

Searched defs:xt_match (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/linux/netfilter/
Dx_tables.h142 struct xt_match { struct
143 struct list_head list;
145 const char name[XT_EXTENSION_MAXNAMELEN];
146 u_int8_t revision;
153 bool (*match)(const struct sk_buff *skb,
157 int (*checkentry)(const struct xt_mtchk_param *);
160 void (*destroy)(const struct xt_mtdtor_param *);
163 void (*compat_from_user)(void *dst, const void *src);
164 int (*compat_to_user)(void __user *dst, const void *src);
167 struct module *me;
[all …]