Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 32) sorted by relevance

12

/include/linux/netfilter/
Dx_tables.h47 struct xt_target *target; member
59 .target.u.user = { \
67 struct xt_entry_target target; member
238 const struct xt_target *target; member
255 const struct xt_target *target; member
263 const struct xt_target *target; member
318 unsigned int (*target)(struct sk_buff *skb, member
394 extern int xt_register_target(struct xt_target *target);
395 extern void xt_unregister_target(struct xt_target *target);
396 extern int xt_register_targets(struct xt_target *target, unsigned int n);
[all …]
/include/linux/
Dregset.h38 typedef int user_regset_active_fn(struct task_struct *target,
57 typedef int user_regset_get_fn(struct task_struct *target,
78 typedef int user_regset_set_fn(struct task_struct *target,
104 typedef int user_regset_writeback_fn(struct task_struct *target,
330 static inline int copy_regset_to_user(struct task_struct *target, in copy_regset_to_user() argument
341 return regset->get(target, regset, offset, size, NULL, data); in copy_regset_to_user()
353 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() argument
364 return regset->set(target, regset, offset, size, NULL, data); in copy_regset_from_user()
Dnfs.h151 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) in nfs_copy_fh() argument
153 target->size = source->size; in nfs_copy_fh()
154 memcpy(target->data, source->data, source->size); in nfs_copy_fh()
Dconfigfs.h228 int (*allow_link)(struct config_item *src, struct config_item *target);
229 int (*drop_link)(struct config_item *src, struct config_item *target);
257 int configfs_depend_item(struct configfs_subsystem *subsys, struct config_item *target);
258 void configfs_undepend_item(struct configfs_subsystem *subsys, struct config_item *target);
Dsysfs.h105 int __must_check sysfs_create_link(struct kobject *kobj, struct kobject *target,
108 struct kobject *target,
189 struct kobject *target, const char *name) in sysfs_create_link() argument
195 struct kobject *target, in sysfs_create_link_nowarn() argument
Dfsnotify.h42 int isdir, struct inode *target, struct dentry *moved) in fsnotify_move() argument
61 if (target) { in fsnotify_move()
62 inotify_inode_queue_event(target, IN_DELETE_SELF, 0, NULL, NULL); in fsnotify_move()
63 inotify_inode_is_dead(target); in fsnotify_move()
Datalk.h49 struct atalk_addr target; member
Dptrace.h338 extern int task_current_syscall(struct task_struct *target, long *callno,
/include/linux/netfilter_bridge/
Debtables.h149 struct xt_target *target; member
159 struct ebt_entry_target target; member
231 unsigned int (*target)(struct sk_buff *skb, member
233 unsigned int hook_num, const struct xt_target *target,
236 const struct xt_target *target, void *targinfo,
238 void (*destroy)(const struct xt_target *target, void *targinfo);
250 unsigned int (*target)(struct sk_buff *skb, member
252 unsigned int hook_num, const struct xt_target *target,
255 const struct xt_target *target, void *targinfo,
257 void (*destroy)(const struct xt_target *target, void *targinfo);
[all …]
Debt_redirect.h7 int target; member
Debt_arpreply.h7 int target; member
Debt_nat.h9 int target; member
Debt_mark_t.h20 int target; member
/include/linux/netfilter_arp/
Darp_tables.h230 struct arpt_standard_target target; member
235 struct arpt_entry_target target; member
242 struct arpt_error_target target; member
254 .target = XT_TARGET_INIT(ARPT_STANDARD_TARGET, \
256 .target.verdict = -(__verdict) - 1, \
262 .target = XT_TARGET_INIT(ARPT_ERROR_TARGET, \
264 .target.errorname = "ERROR", \
Darpt_mangle.h17 int target; member
/include/linux/netfilter_ipv6/
Dip6_tables.h117 struct ip6t_standard_target target; member
122 struct ip6t_entry_target target; member
129 struct ip6t_error_target target; member
141 .target = XT_TARGET_INIT(IP6T_STANDARD_TARGET, \
143 .target.verdict = -(__verdict) - 1, \
149 .target = XT_TARGET_INIT(IP6T_ERROR_TARGET, \
151 .target.errorname = "ERROR", \
322 int target, unsigned short *fragoff);
/include/linux/netfilter_ipv4/
Dip_tables.h256 struct ipt_standard_target target; member
261 struct ipt_entry_target target; member
268 struct ipt_error_target target; member
280 .target = XT_TARGET_INIT(IPT_STANDARD_TARGET, \
282 .target.verdict = -(__verdict) - 1, \
288 .target = XT_TARGET_INIT(IPT_ERROR_TARGET, \
290 .target.errorname = "ERROR", \
/include/net/
Dndisc.h68 struct in6_addr target; member
107 const struct in6_addr *target);
115 const struct in6_addr *target,
Dfib_rules.h22 u32 target; member
/include/asm-frv/
Dprocessor.h115 extern asmlinkage void save_user_regs(struct user_context *target);
116 extern asmlinkage void *restore_user_regs(const struct user_context *target, ...);
/include/linux/uwb/
Ddebug-cmd.h42 __u8 target[6]; member
/include/scsi/
Dlibsrp.h44 struct srp_target *target; member
/include/net/phonet/
Dphonet.h56 const struct sockaddr_pn *target);
/include/acpi/
Dactypes.h447 #define ACPI_SET_BIT(target,bit) ((target) |= (bit)) argument
448 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) argument
/include/linux/raid/
Draid5.h215 int target; member

12