Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter_bridge/
Debtables.h23 struct ebt_match { struct
24 struct list_head list;
25 const char name[EBT_FUNCTION_MAXNAMELEN];
26 bool (*match)(const struct sk_buff *skb, const struct net_device *in,
30 bool (*checkentry)(const char *table, const void *entry,
33 void (*destroy)(const struct xt_match *match, void *matchinfo);
34 unsigned int matchsize;
35 u_int8_t revision;
36 u_int8_t family;
37 struct module *me;