Searched refs:ebt_entry_target (Results 1 – 5 of 5) sorted by relevance
148 struct ebt_entry_target { struct163 struct ebt_entry_target target; argument194 static __inline__ struct ebt_entry_target *197 return (struct ebt_entry_target *)((char *)e + e->target_offset); in ebt_get_target()
148 struct ebt_entry_target { struct163 struct ebt_entry_target target; argument194 static __inline__ struct ebt_entry_target *
83 @@ -155,6 +170,9 @@ struct ebt_entry_target {93 @@ -162,6 +180,9 @@ struct ebt_entry_target {95 struct ebt_entry_target target;
172 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()1365 const struct ebt_entry_target *t; in ebt_entry_to_user()1553 static int compat_target_to_user(struct ebt_entry_target *t, in compat_target_to_user()1589 return compat_target_to_user((struct ebt_entry_target *)w, in compat_watcher_to_user()[all …]