Home
last modified time | relevance | path

Searched refs:ebt_entry_match (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/netfilter_bridge/
A Debtables.h122 struct ebt_entry_match { struct
220 struct ebt_entry_match *__match; \
225 sizeof(struct ebt_entry_match)) { \
/linux-6.3-rc2/net/bridge/netfilter/
A Debt_among.c206 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()
A Debtables.c104 ebt_do_match(struct ebt_entry_match *m, const struct sk_buff *skb, in ebt_do_match()
393 ebt_check_match(struct ebt_entry_match *m, struct xt_mtchk_param *par, in ebt_check_match()
401 if (left < sizeof(struct ebt_entry_match) || in ebt_check_match()
402 left - sizeof(struct ebt_entry_match) < m->match_size) in ebt_check_match()
1456 static inline int ebt_match_to_user(const struct ebt_entry_match *m, in ebt_match_to_user()
1617 BUILD_BUG_ON(sizeof(struct ebt_entry_match) < in ebt_compat_entry_padsize()
1619 return (int) sizeof(struct ebt_entry_match) - in ebt_compat_entry_padsize()
1763 static int compat_calc_match(struct ebt_entry_match *m, int *off) in compat_calc_match()
2040 struct ebt_entry_match *match_kern; in ebt_size_mwt()
2046 match_kern = (struct ebt_entry_match *) state->buf_kern_start; in ebt_size_mwt()
[all …]

Completed in 9 milliseconds