| /include/trace/events/ |
| A D | cpuhp.h | 13 int target, 17 TP_ARGS(cpu, target, idx, fun), 21 __field( int, target ) 28 __entry->target = target; 34 __entry->cpu, __entry->target, __entry->idx, __entry->fun) 40 int target, 45 TP_ARGS(cpu, target, idx, fun, node), 49 __field( int, target ) 56 __entry->target = target; 62 __entry->cpu, __entry->target, __entry->idx, __entry->fun)
|
| /include/linux/netfilter_bridge/ |
| A D | ebtables.h | 40 unsigned int (*target)(struct sk_buff *skb, member 42 unsigned int hook_num, const struct xt_target *target, 45 const struct xt_target *target, void *targinfo, 47 void (*destroy)(const struct xt_target *target, void *targinfo); 58 unsigned int (*target)(struct sk_buff *skb, member 60 unsigned int hook_num, const struct xt_target *target, 63 const struct xt_target *target, void *targinfo, 65 void (*destroy)(const struct xt_target *target, void *targinfo); 120 static inline bool ebt_invalid_target(int target) in ebt_invalid_target() argument 122 return (target < -NUM_STANDARD_TARGETS || target >= 0); in ebt_invalid_target()
|
| /include/linux/netfilter_ipv4/ |
| A D | ip_tables.h | 35 struct xt_standard_target target; member 40 struct xt_error_target target; member 52 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \ 54 .target.verdict = -(__verdict) - 1, \ 60 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \ 62 .target.errorname = "ERROR", \
|
| /include/linux/netfilter_arp/ |
| A D | arp_tables.h | 21 struct xt_standard_target target; member 26 struct xt_error_target target; member 38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \ 40 .target.verdict = -(__verdict) - 1, \ 46 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \ 48 .target.errorname = "ERROR", \
|
| /include/linux/ |
| A D | mbus.h | 60 int mvebu_mbus_get_io_win_info(phys_addr_t phyaddr, u32 *size, u8 *target, 72 u8 *target, u8 *attr) in mvebu_mbus_get_io_win_info() argument 89 int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, u8 *attr); 90 int mvebu_mbus_add_window_remap_by_id(unsigned int target, 94 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute, 102 static inline int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, in mvebu_mbus_get_dram_win_info() argument
|
| A D | nfs.h | 43 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) in nfs_copy_fh() argument 45 target->size = source->size; in nfs_copy_fh() 46 memcpy(target->data, source->data, source->size); in nfs_copy_fh()
|
| A D | regset.h | 94 typedef int user_regset_active_fn(struct task_struct *target, 97 typedef int user_regset_get2_fn(struct task_struct *target, 117 typedef int user_regset_set_fn(struct task_struct *target, 143 typedef int user_regset_writeback_fn(struct task_struct *target, 310 extern int regset_get(struct task_struct *target, 314 extern int regset_get_alloc(struct task_struct *target, 319 extern int copy_regset_to_user(struct task_struct *target, 333 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() argument 347 return regset->set(target, regset, offset, size, NULL, data); in copy_regset_from_user()
|
| A D | configfs.h | 214 int (*allow_link)(struct config_item *src, struct config_item *target); 215 void (*drop_link)(struct config_item *src, struct config_item *target); 258 struct config_item *target); 259 void configfs_undepend_item(struct config_item *target); 269 struct config_item *target); 272 static inline void configfs_undepend_item_unlocked(struct config_item *target) in configfs_undepend_item_unlocked() argument 274 configfs_undepend_item(target); in configfs_undepend_item_unlocked()
|
| A D | virtio_vsock.h | 231 size_t target, 235 size_t target, 239 size_t target, struct vsock_transport_recv_notify_data *data); 241 size_t target, struct vsock_transport_recv_notify_data *data); 243 size_t target, struct vsock_transport_recv_notify_data *data); 245 size_t target, ssize_t copied, bool data_read,
|
| A D | surface_acpi_notify.h | 28 u8 target; member
|
| /include/linux/pwrseq/ |
| A D | consumer.h | 17 pwrseq_get(struct device *dev, const char *target); 21 devm_pwrseq_get(struct device *dev, const char *target); 29 pwrseq_get(struct device *dev, const char *target) in pwrseq_get() argument 39 devm_pwrseq_get(struct device *dev, const char *target) in devm_pwrseq_get() argument
|
| /include/linux/netfilter/ |
| A D | x_tables.h | 33 const struct xt_target *target; member 117 const struct xt_target *target; member 127 const struct xt_target *target; member 181 unsigned int (*target)(struct sk_buff *skb, member 260 int xt_register_target(struct xt_target *target); 261 void xt_unregister_target(struct xt_target *target); 265 int xt_register_match(struct xt_match *target); 266 void xt_unregister_match(struct xt_match *target); 278 unsigned int target, unsigned int size); 473 compat_uptr_t target; member [all …]
|
| /include/uapi/linux/netfilter_ipv6/ |
| A D | ip6_tables.h | 134 struct xt_standard_target target; member 139 struct xt_error_target target; member 151 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \ 153 .target.verdict = -(__verdict) - 1, \ 159 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \ 161 .target.errorname = "ERROR", \
|
| /include/uapi/linux/netfilter/ |
| A D | x_tables.h | 47 struct xt_target *target; member 59 .target.u.user = { \ 66 struct xt_entry_target target; member 71 struct xt_entry_target target; member
|
| /include/linux/surface_aggregator/ |
| A D | device.h | 58 u8 target; member 102 .target = __builtin_choose_expr((tid) != SSAM_SSH_TID_ANY, (tid), 0), \ 458 return __raw_##name(sdev->ctrl, sdev->uid.target, \ 492 return __raw_##name(sdev->ctrl, sdev->uid.target, \ 526 return __raw_##name(sdev->ctrl, sdev->uid.target, \ 562 return __raw_##name(sdev->ctrl, sdev->uid.target, \
|
| /include/uapi/linux/netfilter_bridge/ |
| A D | ebt_redirect.h | 7 int target; member
|
| A D | ebt_arpreply.h | 9 int target; member
|
| A D | ebt_nat.h | 11 int target; member
|
| A D | ebt_mark_t.h | 20 int target; member
|
| /include/uapi/linux/netfilter_arp/ |
| A D | arpt_mangle.h | 18 int target; member
|
| /include/net/nfc/ |
| A D | hci.h | 29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, 33 struct nfc_target *target); 35 struct nfc_target *target); 37 struct nfc_target *target, struct sk_buff *skb, 41 struct nfc_target *target);
|
| A D | nfc.h | 54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, 57 int (*activate_target)(struct nfc_dev *dev, struct nfc_target *target, 60 struct nfc_target *target, u8 mode); 61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, 65 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target);
|
| /include/xen/ |
| A D | balloon.h | 27 void balloon_set_new_target(unsigned long target);
|
| /include/soc/mscc/ |
| A D | ocelot.h | 775 struct regmap *target; member 943 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument 945 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument 946 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi)) 947 #define ocelot_target_read_rix(ocelot, target, reg, ri) \ argument 948 __ocelot_target_read_ix(ocelot, target, reg, reg##_RSZ * (ri)) 949 #define ocelot_target_read(ocelot, target, reg) \ argument 950 __ocelot_target_read_ix(ocelot, target, reg, 0) 954 #define ocelot_target_write_gix(ocelot, target, val, reg, gi) \ argument 958 #define ocelot_target_write(ocelot, target, val, reg) \ argument [all …]
|
| /include/net/ |
| A D | pie.h | 29 psched_time_t target; member 91 params->target = PSCHED_NS2TICKS(15 * NSEC_PER_MSEC); /* 15 ms */ in pie_params_init()
|