Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 25 of 146) sorted by relevance

123456

/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/
H A Dphosphor-misc_git.bb10 http-redirect-awk \
15 PACKAGECONFIG[http-redirect-awk] = "-Dhttp-redirect=enabled, -Dhttp-redirect=disabled"
26 SYSTEMD_SERVICE:${PN}-http-redirect-awk = " \
27 http-redirect@.service \
28 http-redirect.socket \
37 RDEPENDS:${PN}-http-redirect-awk = "${VIRTUAL-RUNTIME_base-utils}"
46 # http-redirect-awk
47 FILES:${PN}-http-redirect-awk = "${bindir}/http-redirect.awk"
54 ${@bb.utils.contains('PACKAGECONFIG', 'http-redirect-awk', '${PN}-http-redirect-awk', '', d)} \
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh.c90 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()
/openbmc/linux/arch/ia64/uv/kernel/
H A Dsetup.c26 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()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch48 "uri": "https://httpbin.org/redirect/5"
59 - "Location": "/relative-redirect/4",
80 + "/relative-redirect/4"
118 "uri": "https://httpbin.org/relative-redirect/4"
129 - "Location": "/relative-redirect/3",
150 + "/relative-redirect/3"
188 "uri": "https://httpbin.org/relative-redirect/3"
199 - "Location": "/relative-redirect/2",
220 + "/relative-redirect/2"
269 - "Location": "/relative-redirect/1",
[all …]
/openbmc/linux/fs/overlayfs/
H A Dnamei.c27 char *redirect; member
63 kfree(d->redirect); in ovl_check_redirect()
64 d->redirect = buf; in ovl_check_redirect()
65 d->name.name = d->redirect; in ovl_check_redirect()
955 if (redirect[0] != '/') in ovl_maybe_lookup_lowerdata()
1028 .redirect = NULL, in ovl_lookup()
1068 if (d.redirect) { in ovl_lookup()
1181 if (d.redirect && d.redirect[0] == '/' && poe != roe) { in ovl_lookup()
1299 d.redirect = NULL; in ovl_lookup()
1321 kfree(d.redirect); in ovl_lookup()
[all …]
H A Ddir.c1047 const char *redirect = ovl_dentry_get_redirect(dentry); in ovl_set_redirect() local
1050 if (redirect && (!absolute_redirect || redirect[0] == '/')) in ovl_set_redirect()
1053 redirect = ovl_get_redirect(dentry, absolute_redirect); in ovl_set_redirect()
1054 if (IS_ERR(redirect)) in ovl_set_redirect()
1055 return PTR_ERR(redirect); in ovl_set_redirect()
1059 redirect, strlen(redirect), -EXDEV); in ovl_set_redirect()
1062 ovl_dentry_set_redirect(dentry, redirect); in ovl_set_redirect()
1065 kfree(redirect); in ovl_set_redirect()
H A Dparams.h15 bool redirect; member
H A Dparams.c574 ctx->set.redirect = true; in ovl_parse_param()
815 if (set.metacopy && set.redirect) { in ovl_fs_params_verify()
820 if (config->verity_mode && set.redirect) { in ovl_fs_params_verify()
825 if (set.redirect) { in ovl_fs_params_verify()
895 if (set.redirect && in ovl_fs_params_verify()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl_1.2.15.bb68 PACKAGECONFIG[stdio-redirect] = "--enable-stdio-redirect,--disable-stdio-redirect"
/openbmc/qemu/docs/
H A Dcolo-proxy.txt95 waiting secondary redirect packet to compare it.
112 redirect client filter. Otherwise directly send to
113 redirect client filter.
125 It gives qemu the ability to redirect net packet.
126 Redirector can redirect filter's net packet to outdev,
127 and redirect indev's packet to filter.
/openbmc/ipmitool/contrib/
H A Dbmc-snmp-proxy.sysconf6 # bmc-snnmp-proxy helps redirect certain SNMP requests (to this host)
29 # Description: SNMP OID that we would like to redirect to the Service
/openbmc/linux/Documentation/bpf/
H A Dredirect.rst25 :doc: xdp redirect
28 Not all drivers support transmitting frames after a redirect, and for
H A Dindex.rst34 redirect
/openbmc/linux/tools/testing/ktest/
H A Dconfig-bisect.pl160 my ($command, $redirect) = @_;
173 if (defined($redirect)) {
174 open (RD, ">$redirect") or
175 dodie "failed to write to redirect $redirect";
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py453 return redirect( builds )
562 return redirect( builds )
616 return redirect(builds)
643 return redirect(builds)
1075 return redirect(builds)
1119 return redirect(builds)
1137 return redirect(builds)
1184 return redirect(builds)
1206 return redirect(builds)
1258 return redirect(builds)
[all …]
/openbmc/intel-ipmi-oem/
H A D.gitignore9 # Explicitly ignore wrap-redirect files.
/openbmc/qemu/hw/usb/
H A Dmeson.build76 # usb redirect
80 if_true: [usbredir, files('redirect.c', 'quirks.c')])
81 hw_usb_modules += {'redirect': usbredir_ss}
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Ddefault_server.site12 # redirect server error pages to the static page /50x.html
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst127 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
/openbmc/qemu/ebpf/
H A Debpf_rss.h33 uint8_t redirect; member
/openbmc/linux/Documentation/networking/
H A Dxdp-rx-metadata.rst88 ``bpf_redirect_map`` can redirect the frame to a different device.
90 program after the redirect. However, the final consumer doesn't have
97 before redirect. If the frame is eventually passed to the kernel, the
/openbmc/linux/net/bridge/
H A Dbr_nf_core.c55 .redirect = fake_redirect,
/openbmc/linux/drivers/net/caif/
H A DKconfig21 it will redirect the TTY's traffic into the CAIF stack.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dnetserver_permissions.patch28 /* redirect stdin to "/dev/null" */
/openbmc/linux/net/ipv4/
H A Dxfrm4_policy.c115 path->ops->redirect(path, sk, skb); in xfrm4_redirect()
130 .redirect = xfrm4_redirect,

123456