Searched refs:ebt_entry_match (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 118 struct ebt_entry_match { struct 201 struct ebt_entry_match *__match; \ 206 sizeof(struct ebt_entry_match)) { \
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_among.c | 178 const struct ebt_entry_match *em = in ebt_among_mt_check() 179 container_of(par->matchinfo, const struct ebt_entry_match, data); in ebt_among_mt_check()
|
D | ebtables.c | 100 ebt_do_match(struct ebt_entry_match *m, const struct sk_buff *skb, in ebt_do_match() 361 ebt_check_match(struct ebt_entry_match *m, struct xt_mtchk_param *par, in ebt_check_match() 369 if (left < sizeof(struct ebt_entry_match) || in ebt_check_match() 370 left - sizeof(struct ebt_entry_match) < m->match_size) in ebt_check_match() 590 ebt_cleanup_match(struct ebt_entry_match *m, struct net *net, unsigned int *i) in ebt_cleanup_match() 1344 static inline int ebt_make_matchname(const struct ebt_entry_match *m, in ebt_make_matchname() 1589 BUILD_BUG_ON(XT_ALIGN(sizeof(struct ebt_entry_match)) < in ebt_compat_entry_padsize() 1591 return (int) XT_ALIGN(sizeof(struct ebt_entry_match)) - in ebt_compat_entry_padsize() 1609 static int compat_match_to_user(struct ebt_entry_match *m, void __user **dstptr, in compat_match_to_user() 1726 static int compat_calc_match(struct ebt_entry_match *m, int *off) in compat_calc_match() [all …]
|