Home
last modified time | relevance | path

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

1234

/include/trace/events/
Dcpuhp.h13 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/
Debtables.h40 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_arp/
Darp_tables.h21 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/netfilter_ipv4/
Dip_tables.h35 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/
Dmbus.h60 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
Dregset.h94 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,
300 extern int regset_get(struct task_struct *target,
304 extern int regset_get_alloc(struct task_struct *target,
309 extern int copy_regset_to_user(struct task_struct *target,
323 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() argument
337 return regset->set(target, regset, offset, size, NULL, data); in copy_regset_from_user()
Dandroid_kabi.h46 #define __ANDROID_KABI_RULE(hint, target, value) argument
48 #define __ANDROID_KABI_RULE(hint, target, value) \ argument
52 "1\0" #hint "\0" target "\0" value
55 #define _ANDROID_KABI_RULE(hint, target, value) \ argument
56 __ANDROID_KABI_RULE(hint, #target, #value)
Dnfs.h43 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()
Dconfigfs.h210 int (*allow_link)(struct config_item *src, struct config_item *target);
211 void (*drop_link)(struct config_item *src, struct config_item *target);
254 struct config_item *target);
255 void configfs_undepend_item(struct config_item *target);
265 struct config_item *target);
268 static inline void configfs_undepend_item_unlocked(struct config_item *target) in configfs_undepend_item_unlocked() argument
270 configfs_undepend_item(target); in configfs_undepend_item_unlocked()
Dvirtio_vsock.h231 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,
Dsurface_acpi_notify.h28 u8 target; member
/include/linux/pwrseq/
Dconsumer.h17 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/uapi/linux/netfilter_ipv6/
Dip6_tables.h134 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/linux/netfilter/
Dx_tables.h33 const struct xt_target *target; member
127 const struct xt_target *target; member
137 const struct xt_target *target; member
191 unsigned int (*target)(struct sk_buff *skb, member
270 int xt_register_target(struct xt_target *target);
271 void xt_unregister_target(struct xt_target *target);
272 int xt_register_targets(struct xt_target *target, unsigned int n);
273 void xt_unregister_targets(struct xt_target *target, unsigned int n);
275 int xt_register_match(struct xt_match *target);
276 void xt_unregister_match(struct xt_match *target);
[all …]
/include/uapi/linux/netfilter/
Dx_tables.h47 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/
Ddevice.h58 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/
Debt_redirect.h7 int target; member
Debt_arpreply.h9 int target; member
Debt_nat.h11 int target; member
Debt_mark_t.h20 int target; member
/include/uapi/linux/netfilter_arp/
Darpt_mangle.h18 int target; member
/include/net/nfc/
Dhci.h29 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);
Dnfc.h54 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/
Dballoon.h27 void balloon_set_new_target(unsigned long target);
/include/soc/mscc/
Docelot.h767 struct regmap *target; member
934 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument
935 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
936 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument
937 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi))
938 #define ocelot_target_read_rix(ocelot, target, reg, ri) \ argument
939 __ocelot_target_read_ix(ocelot, target, reg, reg##_RSZ * (ri))
940 #define ocelot_target_read(ocelot, target, reg) \ argument
941 __ocelot_target_read_ix(ocelot, target, reg, 0)
943 #define ocelot_target_write_ix(ocelot, target, val, reg, gi, ri) \ argument
[all …]

1234