Searched refs:xt_entry_target (Results 1 – 12 of 12) sorted by relevance
23 #define arpt_entry_target xt_entry_target200 static __inline__ struct xt_entry_target *arpt_get_target(struct arpt_entry *e) in arpt_get_target()202 return (struct xt_entry_target *)((char *)e + e->target_offset); in arpt_get_target()
34 #define ipt_entry_target xt_entry_target222 static __inline__ struct xt_entry_target *225 return (struct xt_entry_target *)((char *)e + e->target_offset); in ipt_get_target()
34 #define ip6t_entry_target xt_entry_target262 static __inline__ struct xt_entry_target *265 return (struct xt_entry_target *)((char *)e + e->target_offset); in ip6t_get_target()
34 struct xt_entry_target { struct66 struct xt_entry_target target; argument71 struct xt_entry_target target;
289 int xt_target_to_user(const struct xt_entry_target *t,290 struct xt_entry_target __user *u);518 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr,520 int xt_compat_target_to_user(const struct xt_entry_target *t,
164 static inline const struct xt_entry_target *222 const struct xt_entry_target *t; in arpt_do_table()390 struct xt_entry_target *t = arpt_get_target(e); in check_target()409 struct xt_entry_target *t; in find_check_entry()439 const struct xt_entry_target *t; in check_underflow()469 < sizeof(struct arpt_entry) + sizeof(struct xt_entry_target)) in check_entry_size_and_hooks()503 struct xt_entry_target *t; in cleanup_entry()690 const struct xt_entry_target *t; in copy_entries_to_user()740 const struct xt_entry_target *t; in compat_calc_entry()1067 struct xt_entry_target *t; in compat_release_entry()[all …]
117 static inline const struct xt_entry_target *278 const struct xt_entry_target *t; in ipt_do_table() 499 struct xt_entry_target *t = ipt_get_target(e); in check_target() 519 struct xt_entry_target *t; in find_check_entry() 573 const struct xt_entry_target *t; in check_underflow() 604 < sizeof(struct ipt_entry) + sizeof(struct xt_entry_target)) in check_entry_size_and_hooks() 639 struct xt_entry_target *t; in cleanup_entry() 832 const struct xt_entry_target *t; in copy_entries_to_user() 894 const struct xt_entry_target *t; in compat_calc_entry() 1222 struct xt_entry_target * in compat_copy_entry_to_user() [all...]
141 static inline const struct xt_entry_target *300 const struct xt_entry_target *t; in ip6t_do_table() 517 struct xt_entry_target *t = ip6t_get_target(e); in check_target() 538 struct xt_entry_target *t; in find_check_entry() 591 const struct xt_entry_target *t; in check_underflow() 622 < sizeof(struct ip6t_entry) + sizeof(struct xt_entry_target)) in check_entry_size_and_hooks() 656 struct xt_entry_target *t; in cleanup_entry() 848 const struct xt_entry_target *t; in copy_entries_to_user() 910 const struct xt_entry_target *t; in compat_calc_entry() 1238 struct xt_entry_target * in compat_copy_entry_to_user() [all...]
48 static inline struct xt_entry_target *
84 static inline struct xt_entry_target *
72 static inline struct xt_entry_target *
340 int xt_target_to_user(const struct xt_entry_target *t, in xt_target_to_user()341 struct xt_entry_target __user *u) in xt_target_to_user()918 const struct xt_entry_target *t; in xt_check_entry_offsets()1131 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user()1159 int xt_compat_target_to_user(const struct xt_entry_target *t, in xt_compat_target_to_user()