/include/linux/netfilter/ |
D | x_tables.h | 47 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/ |
D | regset.h | 38 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()
|
D | nfs.h | 151 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()
|
D | configfs.h | 228 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);
|
D | sysfs.h | 105 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
|
D | fsnotify.h | 42 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()
|
D | atalk.h | 49 struct atalk_addr target; member
|
D | ptrace.h | 338 extern int task_current_syscall(struct task_struct *target, long *callno,
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 149 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 …]
|
D | ebt_redirect.h | 7 int target; member
|
D | ebt_arpreply.h | 7 int target; member
|
D | ebt_nat.h | 9 int target; member
|
D | ebt_mark_t.h | 20 int target; member
|
/include/linux/netfilter_arp/ |
D | arp_tables.h | 230 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", \
|
D | arpt_mangle.h | 17 int target; member
|
/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 117 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/ |
D | ip_tables.h | 256 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/ |
D | ndisc.h | 68 struct in6_addr target; member 107 const struct in6_addr *target); 115 const struct in6_addr *target,
|
D | fib_rules.h | 22 u32 target; member
|
/include/asm-frv/ |
D | processor.h | 115 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/ |
D | debug-cmd.h | 42 __u8 target[6]; member
|
/include/scsi/ |
D | libsrp.h | 44 struct srp_target *target; member
|
/include/net/phonet/ |
D | phonet.h | 56 const struct sockaddr_pn *target);
|
/include/acpi/ |
D | actypes.h | 447 #define ACPI_SET_BIT(target,bit) ((target) |= (bit)) argument 448 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) argument
|
/include/linux/raid/ |
D | raid5.h | 215 int target; member
|