Searched refs:ebt_entry_target (Results 1 – 2 of 2) 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()
185 static inline const struct ebt_entry_target *200 const struct ebt_entry_target *t; in ebt_do_table()659 struct ebt_entry_target *t; in ebt_cleanup_entry()686 struct ebt_entry_target *t; in ebt_check_entry()773 } else if (t->target_size > gap - sizeof(struct ebt_entry_target)) { in ebt_check_entry()805 const struct ebt_entry_target *t; in check_chainloops()1479 const struct ebt_entry_target *t; in ebt_entry_to_user()1667 static int compat_target_to_user(struct ebt_entry_target *t, in compat_target_to_user()1703 return compat_target_to_user((struct ebt_entry_target *)w, in compat_watcher_to_user()1710 struct ebt_entry_target *t; in compat_copy_entry_to_user()[all …]
Completed in 9 milliseconds