Searched refs:ebt_entry_match (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 122 struct ebt_entry_match { struct 222 struct ebt_entry_match *__match; \ 227 sizeof(struct ebt_entry_match)) { \
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_among.c | 206 const struct ebt_entry_match *em = in ebt_among_mt_check() 207 container_of(par->matchinfo, const struct ebt_entry_match, data); in ebt_among_mt_check()
|
| H A D | ebtables.c | 105 ebt_do_match(struct ebt_entry_match *m, const struct sk_buff *skb, in ebt_do_match() 394 ebt_check_match(struct ebt_entry_match *m, struct xt_mtchk_param *par, in ebt_check_match() 402 if (left < sizeof(struct ebt_entry_match) || in ebt_check_match() 403 left - sizeof(struct ebt_entry_match) < m->match_size) in ebt_check_match() 621 ebt_cleanup_match(struct ebt_entry_match *m, struct net *net, unsigned int *i) in ebt_cleanup_match() 1464 static inline int ebt_match_to_user(const struct ebt_entry_match *m, in ebt_match_to_user() 1609 /* struct ebt_entry_match, _target and _watcher have same layout */ 1625 BUILD_BUG_ON(sizeof(struct ebt_entry_match) < in ebt_compat_entry_padsize() 1627 return (int) sizeof(struct ebt_entry_match) - in ebt_compat_entry_padsize() 1644 static int compat_match_to_user(struct ebt_entry_match * [all...] |