/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_tc_neigh.c | 90 bool redirect = false; in tc_dst() local 94 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_src)); in tc_dst() 97 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_src); in tc_dst() 101 if (!redirect) in tc_dst() 115 bool redirect = false; in tc_src() local 119 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_dst)); in tc_src() 122 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_dst); in tc_src() 126 if (!redirect) in tc_src()
|
/Linux-v6.1/arch/ia64/uv/kernel/ |
D | setup.c | 26 unsigned long redirect; member 41 union uvh_rh_gam_alias210_redirect_config_2_mmr_u redirect; in get_lowmem_redirect() local 48 redirect.v = uv_read_local_mmr(redir_addrs[i].redirect); in get_lowmem_redirect() 49 *base = (unsigned long)redirect.s.dest_base << DEST_SHIFT; in get_lowmem_redirect()
|
/Linux-v6.1/fs/overlayfs/ |
D | namei.c | 25 char *redirect; member 57 kfree(d->redirect); in ovl_check_redirect() 58 d->redirect = buf; in ovl_check_redirect() 59 d->name.name = d->redirect; in ovl_check_redirect() 60 d->name.len = strlen(d->redirect); in ovl_check_redirect() 856 .redirect = NULL, in ovl_lookup() 895 if (d.redirect) { in ovl_lookup() 897 upperredirect = kstrdup(d.redirect, GFP_KERNEL); in ovl_lookup() 900 if (d.redirect[0] == '/') in ovl_lookup() 997 if (d.redirect && !ofs->config.redirect_follow) { in ovl_lookup() [all …]
|
D | dir.c | 1053 const char *redirect = ovl_dentry_get_redirect(dentry); in ovl_set_redirect() local 1056 if (redirect && (!absolute_redirect || redirect[0] == '/')) in ovl_set_redirect() 1059 redirect = ovl_get_redirect(dentry, absolute_redirect); in ovl_set_redirect() 1060 if (IS_ERR(redirect)) in ovl_set_redirect() 1061 return PTR_ERR(redirect); in ovl_set_redirect() 1065 redirect, strlen(redirect), -EXDEV); in ovl_set_redirect() 1068 ovl_dentry_set_redirect(dentry, redirect); in ovl_set_redirect() 1071 kfree(redirect); in ovl_set_redirect()
|
D | util.c | 425 return OVL_I(d_inode(dentry))->redirect; in ovl_dentry_get_redirect() 428 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect) in ovl_dentry_set_redirect() argument 432 kfree(oi->redirect); in ovl_dentry_set_redirect() 433 oi->redirect = redirect; in ovl_dentry_set_redirect()
|
D | ovl_entry.h | 132 const char *redirect; member
|
D | Kconfig | 15 bool "Overlayfs: turn on redirect directory feature by default" 78 inconsistencies on lookup, like redirect from multiple upper dirs to
|
/Linux-v6.1/tools/testing/ktest/ |
D | config-bisect.pl | 160 my ($command, $redirect) = @_; 173 if (defined($redirect)) { 174 open (RD, ">$redirect") or 175 dodie "failed to write to redirect $redirect";
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | switch-driver.rst | 127 Routing actions (redirect, trap, drop) 141 Also, the matchall filter can be used to redirect the entire traffic received 147 * mirred egress redirect 163 Example 3: redirect all frames received on eth4 to eth1:: 165 $ tc filter add dev eth4 ingress matchall action mirred egress redirect dev eth1 174 action mirred egress redirect dev eth3
|
/Linux-v6.1/net/bridge/ |
D | br_nf_core.c | 55 .redirect = fake_redirect,
|
/Linux-v6.1/drivers/net/caif/ |
D | Kconfig | 21 it will redirect the TTY's traffic into the CAIF stack.
|
/Linux-v6.1/net/ipv4/ |
D | xfrm4_policy.c | 116 path->ops->redirect(path, sk, skb); in xfrm4_redirect() 141 .redirect = xfrm4_redirect,
|
/Linux-v6.1/include/net/ |
D | dst_ops.h | 32 void (*redirect)(struct dst_entry *dst, struct sock *sk, member
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | hw_irq.h | 123 extern void ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect);
|
/Linux-v6.1/net/ipv6/ |
D | xfrm6_policy.c | 114 path->ops->redirect(path, sk, skb); in xfrm6_redirect() 158 .redirect = xfrm6_redirect,
|
/Linux-v6.1/drivers/tty/ |
D | tty_io.c | 506 static struct file *redirect; variable 544 if (redirect && file_tty(redirect) == tty) { in tty_release_redirect() 545 f = redirect; in tty_release_redirect() 546 redirect = NULL; in tty_release_redirect() 1118 if (redirect) in redirected_tty_write() 1119 p = get_file(redirect); in redirected_tty_write() 2386 f = redirect; in tioccons() 2387 redirect = NULL; in tioccons() 2400 if (redirect) { in tioccons() 2404 redirect = get_file(file); in tioccons()
|
/Linux-v6.1/kernel/bpf/ |
D | cpumap.c | 195 stats->redirect++; in cpu_map_bpf_prog_run_skb() 254 stats->redirect++; in cpu_map_bpf_prog_run_xdp() 287 if (stats->redirect) in cpu_map_bpf_prog_run()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.h | 87 int (*redirect)(void *ctx, struct dst_entry *old, member
|
/Linux-v6.1/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 881 union uvh_rh_gam_alias_2_redirect_config_u redirect; in get_lowmem_redirect() local 904 redirect.v = uv_read_local_mmr(m_redirect); in get_lowmem_redirect() 905 *base = (unsigned long)redirect.s.dest_base << DEST_SHIFT; in get_lowmem_redirect() 1066 unsigned long redirect = uv_read_local_mmr(m_redirect); in calc_mmioh_map() local 1068 nasid = redirect & nasid_mask; in calc_mmioh_map() 1071 id, redirect, m_redirect, nasid); in calc_mmioh_map()
|
/Linux-v6.1/drivers/net/dsa/sja1105/ |
D | Kconfig | 50 - redirect, trap, drop
|
/Linux-v6.1/arch/arm/ |
D | Kconfig-nommu | 53 external support to redirect the hardware exception vectors to
|
/Linux-v6.1/arch/ia64/kernel/ |
D | irq_ia64.c | 629 ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect) in ia64_send_ipi() argument 642 ipi_addr = ipi_base_addr + ((phys_cpu_id << 4) | ((redirect & 1) << 3)); in ia64_send_ipi()
|
/Linux-v6.1/drivers/media/radio/si470x/ |
D | Kconfig | 32 to redirect the audio stream from the radio to your sound device:
|
/Linux-v6.1/Documentation/bpf/ |
D | bpf_prog_run.rst | 69 operation indicated by the program's return code (drop the packet, redirect 75 in packet processing, like a failure to redirect to a given interface,
|
/Linux-v6.1/Documentation/networking/ |
D | representors.rst | 83 the representee VF. Conversely, a mirred egress redirect to a VF representor 197 action mirred egress redirect dev $PORT_DEV 222 action mirred egress redirect dev vxlan0 225 action tunnel_key unset action mirred egress redirect dev $REP_DEV
|