Searched refs:xt_entry_target (Results 1 – 9 of 9) 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;
310 int xt_target_to_user(const struct xt_entry_target *t,311 struct xt_entry_target __user *u);541 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr,543 int xt_compat_target_to_user(const struct xt_entry_target *t,
47 static inline struct xt_entry_target *
71 static inline struct xt_entry_target *
83 static inline struct xt_entry_target *
343 int xt_target_to_user(const struct xt_entry_target *t, in xt_target_to_user()344 struct xt_entry_target __user *u) in xt_target_to_user()968 const struct xt_entry_target *t; in xt_check_entry_offsets()1224 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user()1252 int xt_compat_target_to_user(const struct xt_entry_target *t, in xt_compat_target_to_user()