Home
last modified time | relevance | path

Searched refs:ebt_entry_target (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/netfilter_bridge/
Debtables.h148 struct ebt_entry_target { struct
163 struct ebt_entry_target target; argument
194 static __inline__ struct ebt_entry_target *
/Linux-v5.4/net/bridge/netfilter/
Debtables.c172 static inline const struct ebt_entry_target *
187 const struct ebt_entry_target *t; in ebt_do_table()
537 if (e->next_offset - e->target_offset < sizeof(struct ebt_entry_target)) in ebt_check_entry_size_and_hooks()
620 struct ebt_entry_target *t; in ebt_cleanup_entry()
647 struct ebt_entry_target *t; in ebt_check_entry()
734 } else if (t->target_size > gap - sizeof(struct ebt_entry_target)) { in ebt_check_entry()
766 const struct ebt_entry_target *t; in check_chainloops()
1352 const struct ebt_entry_target *t; in ebt_entry_to_user()
1620 static int compat_target_to_user(struct ebt_entry_target *t, in compat_target_to_user()
1656 return compat_target_to_user((struct ebt_entry_target *)w, in compat_watcher_to_user()
[all …]