| /kernel/linux/linux-5.10/net/sched/ |
| H A D | act_ct.c | 84 * (target) is different then the current dir tuple - meaning nat for ports 89 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_ipv4() 92 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3))) in tcf_ct_flow_table_add_action_nat_ipv4() 96 be32_to_cpu(target.src.u3.ip)); in tcf_ct_flow_table_add_action_nat_ipv4() 97 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3))) in tcf_ct_flow_table_add_action_nat_ipv4() 101 be32_to_cpu(target.dst.u3.ip)); in tcf_ct_flow_table_add_action_nat_ipv4() 119 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_ipv6() 122 if (memcmp(&target in tcf_ct_flow_table_add_action_nat_ipv6() 88 tcf_ct_flow_table_add_action_nat_ipv4(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_ipv4() argument 118 tcf_ct_flow_table_add_action_nat_ipv6(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_ipv6() argument 133 tcf_ct_flow_table_add_action_nat_tcp(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_tcp() argument 151 tcf_ct_flow_table_add_action_nat_udp(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_udp() argument 201 struct nf_conntrack_tuple target; tcf_ct_flow_table_add_action_nat() local [all...] |
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | act_ct.c | 87 * (target) is different then the current dir tuple - meaning nat for ports 92 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_ipv4() 95 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3))) in tcf_ct_flow_table_add_action_nat_ipv4() 99 be32_to_cpu(target.src.u3.ip)); in tcf_ct_flow_table_add_action_nat_ipv4() 100 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3))) in tcf_ct_flow_table_add_action_nat_ipv4() 104 be32_to_cpu(target.dst.u3.ip)); in tcf_ct_flow_table_add_action_nat_ipv4() 122 struct nf_conntrack_tuple target, in tcf_ct_flow_table_add_action_nat_ipv6() 125 if (memcmp(&target in tcf_ct_flow_table_add_action_nat_ipv6() 91 tcf_ct_flow_table_add_action_nat_ipv4(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_ipv4() argument 121 tcf_ct_flow_table_add_action_nat_ipv6(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_ipv6() argument 136 tcf_ct_flow_table_add_action_nat_tcp(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_tcp() argument 154 tcf_ct_flow_table_add_action_nat_udp(const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple target, struct flow_action *action) tcf_ct_flow_table_add_action_nat_udp() argument 203 struct nf_conntrack_tuple target; tcf_ct_flow_table_add_action_nat() local [all...] |
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | ndisc.c | 566 .target = *solicited_addr, in ndisc_send_na() 631 .target = *solicit, in ndisc_ns_create() 740 struct in6_addr *target = (struct in6_addr *)&neigh->primary_key; in ndisc_solicit() local 752 __func__, target); in ndisc_solicit() 754 ndisc_send_ns(dev, target, target, saddr, 0); in ndisc_solicit() 758 addrconf_addr_solict_mult(target, &mcaddr); in ndisc_solicit() 759 ndisc_send_ns(dev, target, &mcaddr, saddr, 0); in ndisc_solicit() 809 if (ipv6_addr_is_multicast(&msg->target)) { in ndisc_recv_ns() 810 ND_PRINTK(2, warn, "NS: multicast target addres in ndisc_recv_ns() 1662 ndisc_send_redirect(struct sk_buff *skb, const struct in6_addr *target) ndisc_send_redirect() argument [all...] |
| /kernel/linux/linux-5.10/drivers/mtd/nand/spi/ |
| H A D | core.c | 109 * spinand_select_target() - Select a specific NAND target/die 111 * @target: the target/die to select 113 * Select a new target/die. If chip only has one die, this function is a NOOP. 117 int spinand_select_target(struct spinand_device *spinand, unsigned int target) in spinand_select_target() argument 122 if (WARN_ON(target >= nand->memorg.ntargets)) in spinand_select_target() 125 if (spinand->cur_target == target) in spinand_select_target() 129 spinand->cur_target = target; in spinand_select_target() 133 ret = spinand->select_target(spinand, target); in spinand_select_target() 137 spinand->cur_target = target; in spinand_select_target() 145 unsigned int target; spinand_init_cfg_cache() local [all...] |
| /kernel/linux/linux-5.10/fs/configfs/ |
| H A D | dir.c | 27 * Also protects mutations of symlinks linkage to target configfs_dirent 363 int configfs_create_link(struct configfs_dirent *target, struct dentry *parent, in configfs_create_link() argument 371 err = configfs_make_dirent(p, dentry, target, mode, CONFIGFS_ITEM_LINK, in configfs_create_link() 1026 * If we can find the target item in the 1052 * If the target is not found, -ENOENT is bubbled up. 1061 struct config_item *target) in configfs_depend_prep() 1069 if (sd->s_element == target) /* Boo-yah */ in configfs_depend_prep() 1077 target); in configfs_depend_prep() 1083 /* We looped all our children and didn't find target */ in configfs_depend_prep() 1091 struct config_item *target) in configfs_do_depend_item() 1060 configfs_depend_prep(struct dentry *origin, struct config_item *target) configfs_depend_prep() argument 1090 configfs_do_depend_item(struct dentry *subsys_dentry, struct config_item *target) configfs_do_depend_item() argument 1134 configfs_depend_item(struct configfs_subsystem *subsys, struct config_item *target) configfs_depend_item() argument 1184 configfs_undepend_item(struct config_item *target) configfs_undepend_item() argument 1216 configfs_depend_item_unlocked(struct configfs_subsystem *caller_subsys, struct config_item *target) configfs_depend_item_unlocked() argument [all...] |
| /kernel/linux/linux-6.6/drivers/mtd/nand/spi/ |
| H A D | core.c | 109 * spinand_select_target() - Select a specific NAND target/die 111 * @target: the target/die to select 113 * Select a new target/die. If chip only has one die, this function is a NOOP. 117 int spinand_select_target(struct spinand_device *spinand, unsigned int target) in spinand_select_target() argument 122 if (WARN_ON(target >= nand->memorg.ntargets)) in spinand_select_target() 125 if (spinand->cur_target == target) in spinand_select_target() 129 spinand->cur_target = target; in spinand_select_target() 133 ret = spinand->select_target(spinand, target); in spinand_select_target() 137 spinand->cur_target = target; in spinand_select_target() 144 unsigned int target; spinand_read_cfg() local [all...] |
| /kernel/linux/linux-6.6/fs/configfs/ |
| H A D | dir.c | 25 * Also protects mutations of symlinks linkage to target configfs_dirent 362 int configfs_create_link(struct configfs_dirent *target, struct dentry *parent, in configfs_create_link() argument 370 err = configfs_make_dirent(p, dentry, target, mode, CONFIGFS_ITEM_LINK, in configfs_create_link() 1000 * If we can find the target item in the 1026 * If the target is not found, -ENOENT is bubbled up. 1035 struct config_item *target) in configfs_depend_prep() 1043 if (sd->s_element == target) /* Boo-yah */ in configfs_depend_prep() 1051 target); in configfs_depend_prep() 1057 /* We looped all our children and didn't find target */ in configfs_depend_prep() 1065 struct config_item *target) in configfs_do_depend_item() 1034 configfs_depend_prep(struct dentry *origin, struct config_item *target) configfs_depend_prep() argument 1064 configfs_do_depend_item(struct dentry *subsys_dentry, struct config_item *target) configfs_do_depend_item() argument 1108 configfs_depend_item(struct configfs_subsystem *subsys, struct config_item *target) configfs_depend_item() argument 1158 configfs_undepend_item(struct config_item *target) configfs_undepend_item() argument 1190 configfs_depend_item_unlocked(struct configfs_subsystem *caller_subsys, struct config_item *target) configfs_depend_item_unlocked() argument [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/arm/ |
| H A D | acornscsi.c | 9 * some nasty races between our software and the target devices that 78 * DEBUG_TARGET - is defined to the target number if you want to debug 79 * a specific target. [only recon/write/dma]. 495 acornscsi_dumplogline(AS_Host *host, int target, int line) in acornscsi_dumplogline() argument 500 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT; in acornscsi_dumplogline() 504 printk("%c: %3s:", target == 8 ? 'H' : '0' + target, in acornscsi_dumplogline() 507 prev = host->status[target][ptr].when; in acornscsi_dumplogline() 509 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_dumplogline() 512 if (!host->status[target][pt in acornscsi_dumplogline() 542 acornscsi_dumplog(AS_Host *host, int target) acornscsi_dumplog() argument 1767 unsigned int target, lun, ok = 0; acornscsi_reconnect() local [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/arm/ |
| H A D | acornscsi.c | 9 * some nasty races between our software and the target devices that 74 * DEBUG_TARGET - is defined to the target number if you want to debug 75 * a specific target. [only recon/write/dma]. 489 acornscsi_dumplogline(AS_Host *host, int target, int line) in acornscsi_dumplogline() argument 494 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT; in acornscsi_dumplogline() 498 printk("%c: %3s:", target == 8 ? 'H' : '0' + target, in acornscsi_dumplogline() 501 prev = host->status[target][ptr].when; in acornscsi_dumplogline() 503 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_dumplogline() 506 if (!host->status[target][pt in acornscsi_dumplogline() 536 acornscsi_dumplog(AS_Host *host, int target) acornscsi_dumplog() argument 1718 unsigned int target, lun, ok = 0; acornscsi_reconnect() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | probe-event.c | 182 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user) in get_target_map() argument 189 map = dso__new_map(target); in get_target_map() 199 return kernel_get_module_map(target); in get_target_map() 379 const char *target, struct nsinfo *nsi, in find_alternative_probe_point() 392 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point() 439 ret = find_alternative_probe_point(dinfo, tmp, &pev->point, pev->target, in get_alternative_probe_event() 449 const char *target, bool user) in get_alternative_line_range() 462 target, NULL, user); in get_alternative_line_range() 831 /* Skip post process if the target is an offline kernel */ in post_process_kernel_probe_trace_events() 926 dinfo = open_debuginfo(pev->target, pe in try_to_find_probe_trace_events() 376 find_alternative_probe_point(struct debuginfo *dinfo, struct perf_probe_point *pp, struct perf_probe_point *result, const char *target, struct nsinfo *nsi, bool uprobes) find_alternative_probe_point() argument 447 get_alternative_line_range(struct debuginfo *dinfo, struct line_range *lr, const char *target, bool user) get_alternative_line_range() argument 3350 find_cached_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, const char *target) find_cached_events() argument 3750 show_available_funcs(const char *target, struct nsinfo *nsi, struct strfilter *_filter, bool user) show_available_funcs() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 430 void *source, *target; in p54_convert_rev0() local 444 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data; in p54_convert_rev0() 448 *((__le16 *)target) = *freq; in p54_convert_rev0() 449 target += sizeof(__le16); in p54_convert_rev0() 451 dst = target; in p54_convert_rev0() 464 target += sizeof(*dst); in p54_convert_rev0() 482 void *source, *target; in p54_convert_rev1() local 496 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data; in p54_convert_rev1() 500 *((__le16 *)target) = *freq; in p54_convert_rev1() 501 target in p54_convert_rev1() [all...] |
| /kernel/linux/linux-5.10/net/nfc/hci/ |
| H A D | core.c | 414 * single target to activate, so nothing to report in nfc_hci_event_received() 663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up() argument 671 return hdev->ops->dep_link_up(hdev, target, comm_mode, in hci_dep_link_up() 686 struct nfc_target *target, u32 protocol) in hci_activate_target() 692 struct nfc_target *target, in hci_deactivate_target() 722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive() argument 729 pr_debug("target_idx=%d\n", target->idx); in hci_transceive() 731 switch (target->hci_reader_gate) { in hci_transceive() 735 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 747 r = nfc_hci_send_cmd_async(hdev, target in hci_transceive() 685 hci_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u32 protocol) hci_activate_target() argument 691 hci_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) hci_deactivate_target() argument 780 hci_check_presence(struct nfc_dev *nfc_dev, struct nfc_target *target) hci_check_presence() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 430 void *source, *target; in p54_convert_rev0() local 444 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data; in p54_convert_rev0() 448 *((__le16 *)target) = *freq; in p54_convert_rev0() 449 target += sizeof(__le16); in p54_convert_rev0() 451 dst = target; in p54_convert_rev0() 464 target += sizeof(*dst); in p54_convert_rev0() 482 void *source, *target; in p54_convert_rev1() local 496 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data; in p54_convert_rev1() 500 *((__le16 *)target) = *freq; in p54_convert_rev1() 501 target in p54_convert_rev1() [all...] |
| /kernel/linux/linux-6.6/net/nfc/hci/ |
| H A D | core.c | 414 * single target to activate, so nothing to report in nfc_hci_event_received() 663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up() argument 671 return hdev->ops->dep_link_up(hdev, target, comm_mode, in hci_dep_link_up() 686 struct nfc_target *target, u32 protocol) in hci_activate_target() 692 struct nfc_target *target, in hci_deactivate_target() 722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive() argument 729 pr_debug("target_idx=%d\n", target->idx); in hci_transceive() 731 switch (target->hci_reader_gate) { in hci_transceive() 735 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 747 r = nfc_hci_send_cmd_async(hdev, target in hci_transceive() 685 hci_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u32 protocol) hci_activate_target() argument 691 hci_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) hci_deactivate_target() argument 780 hci_check_presence(struct nfc_dev *nfc_dev, struct nfc_target *target) hci_check_presence() argument [all...] |
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-top.c | 354 static void prompt_integer(int *target, const char *msg) in prompt_integer() argument 375 *target = tmp; in prompt_integer() 380 static void prompt_percent(int *target, const char *msg) in prompt_percent() argument 386 *target = tmp; in prompt_percent() 641 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 1055 evsel__open_strerror(counter, &opts->target, errno, msg, sizeof(msg)); in perf_top__start_counters() 1279 machine__synthesize_threads(&top->session->machines.host, &opts->target, in __cmd_top() 1312 if (!target__none(&opts->target)) in __cmd_top() 1430 .target = { in cmd_top() 1449 struct target *targe in cmd_top() local [all...] |
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | ndisc.c | 565 .target = *solicited_addr, in ndisc_send_na() 636 .target = *solicit, in ndisc_send_ns() 724 struct in6_addr *target = (struct in6_addr *)&neigh->primary_key; in ndisc_solicit() local 736 __func__, target); in ndisc_solicit() 738 ndisc_send_ns(dev, target, target, saddr, 0); in ndisc_solicit() 742 addrconf_addr_solict_mult(target, &mcaddr); in ndisc_solicit() 743 ndisc_send_ns(dev, target, &mcaddr, saddr, 0); in ndisc_solicit() 794 if (ipv6_addr_is_multicast(&msg->target)) { in ndisc_recv_ns() 795 ND_PRINTK(2, warn, "NS: multicast target addres in ndisc_recv_ns() 1589 ndisc_send_redirect(struct sk_buff *skb, const struct in6_addr *target) ndisc_send_redirect() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-top.c | 358 static void prompt_integer(int *target, const char *msg) in prompt_integer() argument 379 *target = tmp; in prompt_integer() 384 static void prompt_percent(int *target, const char *msg) in prompt_percent() argument 390 *target = tmp; in prompt_percent() 645 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 1053 evsel__open_strerror(counter, &opts->target, errno, msg, sizeof(msg)); in perf_top__start_counters() 1285 machine__synthesize_threads(&top->session->machines.host, &opts->target, in __cmd_top() 1318 if (!target__none(&opts->target)) in __cmd_top() 1438 .target = { in cmd_top() 1460 struct target *targe in cmd_top() local [all...] |
| /kernel/linux/linux-5.10/arch/arc/kernel/ |
| H A D | jump_label.c | 46 static inline u32 arc_gen_branch(jump_label_t pc, jump_label_t target) in arc_gen_branch() argument 50 u32 u_offset = target - pcl; in arc_gen_branch() 91 instr = arc_gen_branch(entry->code, entry->target); in arch_jump_label_transform()
|
| /kernel/linux/linux-5.10/Documentation/target/ |
| H A D | target-export-device | 4 # create a very simple LIO iSCSI target with a file or block device 13 Export a block device or a file as an iSCSI target with a single LUN 37 CORE_DIR=$CONFIGFS/target/core 38 ISCSI_DIR=$CONFIGFS/target/iscsi 40 # Load the target modules and mount the config file system 61 # Create an iSCSI target and a target portal group (TPG)
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
| H A D | stack_expansion_ldst.c | 44 unsigned long target; in consume_stack() local 59 target = stack_high - delta + 1; in consume_stack() 60 volatile char *p = (char *)target; in consume_stack() 154 // so that the delta between the stack pointer and the target is large.
|
| /kernel/linux/linux-6.6/Documentation/target/ |
| H A D | target-export-device | 4 # create a very simple LIO iSCSI target with a file or block device 13 Export a block device or a file as an iSCSI target with a single LUN 37 CORE_DIR=$CONFIGFS/target/core 38 ISCSI_DIR=$CONFIGFS/target/iscsi 40 # Load the target modules and mount the config file system 61 # Create an iSCSI target and a target portal group (TPG)
|
| /kernel/linux/linux-6.6/arch/arc/kernel/ |
| H A D | jump_label.c | 46 static inline u32 arc_gen_branch(jump_label_t pc, jump_label_t target) in arc_gen_branch() argument 50 u32 u_offset = target - pcl; in arc_gen_branch() 91 instr = arc_gen_branch(entry->code, entry->target); in arch_jump_label_transform()
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| H A D | ftrace.c | 66 static int __ftrace_modify_call(unsigned long hook_pos, unsigned long target, in __ftrace_modify_call() argument 73 make_call_ra(hook_pos, target, call); in __ftrace_modify_call() 75 make_call_t0(hook_pos, target, call); in __ftrace_modify_call()
|
| /kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_nvram.h | 97 } target[16]; member 141 } target[16]; member 184 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp);
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | task-exit.c | 5 #include "target.h" 48 struct target target = { in test__task_exit() local 86 err = perf_evlist__prepare_workload(evlist, &target, argv, false, in test__task_exit()
|