Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter_bridge/
H A Debtables.h20 struct ebt_match { struct
21 struct list_head list;
22 const char name[EBT_FUNCTION_MAXNAMELEN];
23 bool (*match)(const struct sk_buff *skb, const struct net_device *in,
27 bool (*checkentry)(const char *table, const void *entry,
30 void (*destroy)(const struct xt_match *match, void *matchinfo);
31 unsigned int matchsize;
32 u_int8_t revision;
33 u_int8_t family;
34 struct module *me;