/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 586 for scheme in "do", "proxy", "redirect": 1183 # ordinary redirect behaviour 1221 def redirect(h, req, url=to_url): function 1227 # detect infinite loop redirect of a URL to itself 1233 redirect(h, req, "http://example.com/") 1245 redirect(h, req, "http://example.com/%d" % count) 1311 # Issue 14132: Relative redirect strips original path 1331 # Some characters in the redirect target may need special handling,
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 2308 "affinity=<METHOD>", "dns", "redirect-if-not-tls", in print_help() 2401 If "redirect-if-not-tls" parameter is used, the matched in print_help() 2406 port number in redirect URI is 443 by default, and can in print_help() 2407 be changed using --redirect-https-port option. If at in print_help() 2408 least one backend has "redirect-if-not-tls" parameter, in print_help() 2411 "redirect-if-no-tls" parameter to all backends in print_help() 3380 --redirect-https-port=<PORT> in print_help() 3382 field when redirect to HTTPS URI is made due to in print_help() 3383 "redirect-if-not-tls" parameter in --backend option. in print_help() 5123 // --redirect in main() [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bpf.h | 316 FN(redirect), \
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 1793 my ($command, $redirect, $timeout) = @_; 1823 if (defined($redirect)) { 1824 if ($redirect eq 1) { 1829 open (RD, ">$redirect") or 1830 dodie "failed to write to redirect $redirect";
|
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 1851 my ($command, $redirect, $timeout) = @_; 1881 if (defined($redirect)) { 1882 if ($redirect eq 1) { 1887 open (RD, ">$redirect") or 1888 dodie "failed to write to redirect $redirect";
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 3521 /* redirect changes namespace */ in ceph_oloc_decode() 3596 struct ceph_request_redirect redirect; member 3662 ret = ceph_redirect_decode(&p, end, &m->redirect); in decode_MOSDOpReply() 3666 ceph_oloc_init(&m->redirect.oloc); in decode_MOSDOpReply() 3705 m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns; in handle_reply() 3707 m.redirect.oloc.pool_ns = NULL; in handle_reply() 3730 if (!ceph_oloc_empty(&m.redirect.oloc)) { in handle_reply() 3731 dout("req %p tid %llu redirect pool %lld\n", req, req->r_tid, in handle_reply() 3732 m.redirect.oloc.pool); in handle_reply() 3740 req->r_t.target_oloc.pool = m.redirect in handle_reply() [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 3608 /* redirect changes namespace */ in ceph_oloc_decode() 3683 struct ceph_request_redirect redirect; member 3749 ret = ceph_redirect_decode(&p, end, &m->redirect); in decode_MOSDOpReply() 3753 ceph_oloc_init(&m->redirect.oloc); in decode_MOSDOpReply() 3792 m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns; in handle_reply() 3794 m.redirect.oloc.pool_ns = NULL; in handle_reply() 3817 if (!ceph_oloc_empty(&m.redirect.oloc)) { in handle_reply() 3818 dout("req %p tid %llu redirect pool %lld\n", req, req->r_tid, in handle_reply() 3819 m.redirect.oloc.pool); in handle_reply() 3827 req->r_t.target_oloc.pool = m.redirect in handle_reply() [all...] |
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 959 * Clone and redirect the packet associated to *skb* to another 1193 * redirect target instead of providing it directly to the helper. 1420 * recirculate via **redirect**\ (..., **BPF_F_INGRESS**), for 1997 * the verdict eBPF program returns **SK_PASS**), redirect it to 2247 * the verdict eBPF program returns **SK_PASS**), redirect it to 2261 * if the verdict eBPF program returns **SK_PASS**), redirect it 3795 FN(redirect), \ 4193 * (This is an L3 redirect, as opposed to L2 redirect
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 959 * Clone and redirect the packet associated to *skb* to another 1193 * redirect target instead of providing it directly to the helper. 1420 * recirculate via **redirect**\ (..., **BPF_F_INGRESS**), for 1997 * the verdict eBPF program returns **SK_PASS**), redirect it to 2247 * the verdict eBPF program returns **SK_PASS**), redirect it to 2261 * if the verdict eBPF program returns **SK_PASS**), redirect it 3795 FN(redirect), \ 4193 * (This is an L3 redirect, as opposed to L2 redirect
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 193 dst->ops->redirect(dst, sk, skb); in dccp_do_redirect()
|
H A D | ipv6.c | 129 dst->ops->redirect(dst, sk, skb); in dccp_v6_err()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 455 #define __BPF_FUNC_MAPPER(FN) FN(unspec), FN(map_lookup_elem), FN(map_update_elem), FN(map_delete_elem), FN(probe_read), FN(ktime_get_ns), FN(trace_printk), FN(get_prandom_u32), FN(get_smp_processor_id), FN(skb_store_bytes), FN(l3_csum_replace), FN(l4_csum_replace), FN(tail_call), FN(clone_redirect), FN(get_current_pid_tgid), FN(get_current_uid_gid), FN(get_current_comm), FN(get_cgroup_classid), FN(skb_vlan_push), FN(skb_vlan_pop), FN(skb_get_tunnel_key), FN(skb_set_tunnel_key), FN(perf_event_read), FN(redirect), FN(get_route_realm), FN(perf_event_output), FN(skb_load_bytes), FN(get_stackid), FN(csum_diff), FN(skb_get_tunnel_opt), FN(skb_set_tunnel_opt), FN(skb_change_proto), FN(skb_change_type), FN(skb_under_cgroup), FN(get_hash_recalc), FN(get_current_task), FN(probe_write_user), FN(current_task_under_cgroup), FN(skb_change_tail), FN(skb_pull_data), FN(csum_update), FN(set_hash_invalid), FN(get_numa_node_id), FN(skb_change_head), FN(xdp_adjust_head), FN(probe_read_str), FN(get_socket_cookie), FN(get_socket_uid), FN(set_hash), FN(setsockopt), FN(skb_adjust_room), FN(redirect_map), FN(sk_redirect_map), FN(sock_map_update), FN(xdp_adjust_meta), FN(perf_event_read_value), FN(perf_prog_read_value), FN(getsockopt), FN(override_return), FN(sock_ops_cb_flags_set), FN(msg_redirect_map), FN(msg_apply_bytes), FN(msg_cork_bytes), FN(msg_pull_data), FN(bind), FN(xdp_adjust_tail), FN(skb_get_xfrm_state), FN(get_stack), FN(skb_load_bytes_relative), FN(fib_lookup), FN(sock_hash_update), FN(msg_redirect_hash), FN(sk_redirect_hash), FN(lwt_push_encap), FN(lwt_seg6_store_bytes), FN(lwt_seg6_adjust_srh), FN(lwt_seg6_action), FN(rc_repeat), FN(rc_keydown), FN(skb_cgroup_id), FN(get_current_cgroup_id), FN(get_local_storage), FN(sk_select_reuseport), FN(skb_ancestor_cgroup_id), FN(sk_lookup_tcp), FN(sk_lookup_udp), FN(sk_release), FN(map_push_elem), FN(map_pop_elem), FN(map_peek_elem), FN(msg_push_data), FN(msg_pop_data), FN(rc_pointer_rel), FN(spin_lock), FN(spin_unlock), FN(sk_fullsock), FN(tcp_sock), FN(skb_ecn_set_ce), FN(get_listener_sock), FN(skc_lookup_tcp), FN(tcp_check_syncookie), FN(sysctl_get_name), FN(sysctl_get_current_value), FN(sysctl_get_new_value), FN(sysctl_set_new_value), FN(strtol), FN(strtoul), FN(sk_storage_get), FN(sk_storage_delete), FN(send_signal), FN(tcp_gen_syncookie), FN(skb_output), FN(probe_read_user), FN(probe_read_kernel), FN(probe_read_user_str), FN(probe_read_kernel_str), FN(tcp_send_ack), FN(send_signal_thread), FN(jiffies64), FN(read_branch_records), FN(get_ns_current_pid_tgid), FN(xdp_output), FN(get_netns_cookie), FN(get_current_ancestor_cgroup_id), FN(sk_assign), FN(ktime_get_boot_ns), FN(seq_printf), FN(seq_write), FN(sk_cgroup_id), FN(sk_ancestor_cgroup_id), FN(ringbuf_output), FN(ringbuf_reserve), FN(ringbuf_submit), FN(ringbuf_discard), FN(ringbuf_query), FN(csum_level), FN(skc_to_tcp6_sock), FN(skc_to_tcp_sock), FN(skc_to_tcp_timewait_sock), FN(skc_to_tcp_request_sock), FN(skc_to_udp6_sock), FN(get_task_stack), FN(load_hdr_opt), FN(store_hdr_opt), FN(reserve_hdr_opt), FN(inode_storage_get), FN(inode_storage_delete), FN(d_path), FN(copy_from_user), FN(snprintf_btf), FN(seq_printf_btf), FN(skb_cgroup_classid), FN(redirect_neigh), FN(per_cpu_ptr), FN(this_cpu_ptr), FN(redirect_peer),
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 205 dst->ops->redirect(dst, sk, skb); in dccp_do_redirect()
|
H A D | ipv6.c | 136 dst->ops->redirect(dst, sk, skb); in dccp_v6_err()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 455 #define __BPF_FUNC_MAPPER(FN) FN(unspec), FN(map_lookup_elem), FN(map_update_elem), FN(map_delete_elem), FN(probe_read), FN(ktime_get_ns), FN(trace_printk), FN(get_prandom_u32), FN(get_smp_processor_id), FN(skb_store_bytes), FN(l3_csum_replace), FN(l4_csum_replace), FN(tail_call), FN(clone_redirect), FN(get_current_pid_tgid), FN(get_current_uid_gid), FN(get_current_comm), FN(get_cgroup_classid), FN(skb_vlan_push), FN(skb_vlan_pop), FN(skb_get_tunnel_key), FN(skb_set_tunnel_key), FN(perf_event_read), FN(redirect), FN(get_route_realm), FN(perf_event_output), FN(skb_load_bytes), FN(get_stackid), FN(csum_diff), FN(skb_get_tunnel_opt), FN(skb_set_tunnel_opt), FN(skb_change_proto), FN(skb_change_type), FN(skb_under_cgroup), FN(get_hash_recalc), FN(get_current_task), FN(probe_write_user), FN(current_task_under_cgroup), FN(skb_change_tail), FN(skb_pull_data), FN(csum_update), FN(set_hash_invalid), FN(get_numa_node_id), FN(skb_change_head), FN(xdp_adjust_head), FN(probe_read_str), FN(get_socket_cookie), FN(get_socket_uid), FN(set_hash), FN(setsockopt), FN(skb_adjust_room), FN(redirect_map), FN(sk_redirect_map), FN(sock_map_update), FN(xdp_adjust_meta), FN(perf_event_read_value), FN(perf_prog_read_value), FN(getsockopt), FN(override_return), FN(sock_ops_cb_flags_set), FN(msg_redirect_map), FN(msg_apply_bytes), FN(msg_cork_bytes), FN(msg_pull_data), FN(bind), FN(xdp_adjust_tail), FN(skb_get_xfrm_state), FN(get_stack), FN(skb_load_bytes_relative), FN(fib_lookup), FN(sock_hash_update), FN(msg_redirect_hash), FN(sk_redirect_hash), FN(lwt_push_encap), FN(lwt_seg6_store_bytes), FN(lwt_seg6_adjust_srh), FN(lwt_seg6_action), FN(rc_repeat), FN(rc_keydown), FN(skb_cgroup_id), FN(get_current_cgroup_id), FN(get_local_storage), FN(sk_select_reuseport), FN(skb_ancestor_cgroup_id), FN(sk_lookup_tcp), FN(sk_lookup_udp), FN(sk_release), FN(map_push_elem), FN(map_pop_elem), FN(map_peek_elem), FN(msg_push_data), FN(msg_pop_data), FN(rc_pointer_rel), FN(spin_lock), FN(spin_unlock), FN(sk_fullsock), FN(tcp_sock), FN(skb_ecn_set_ce), FN(get_listener_sock), FN(skc_lookup_tcp), FN(tcp_check_syncookie), FN(sysctl_get_name), FN(sysctl_get_current_value), FN(sysctl_get_new_value), FN(sysctl_set_new_value), FN(strtol), FN(strtoul), FN(sk_storage_get), FN(sk_storage_delete), FN(send_signal), FN(tcp_gen_syncookie), FN(skb_output), FN(probe_read_user), FN(probe_read_kernel), FN(probe_read_user_str), FN(probe_read_kernel_str), FN(tcp_send_ack), FN(send_signal_thread), FN(jiffies64), FN(read_branch_records), FN(get_ns_current_pid_tgid), FN(xdp_output), FN(get_netns_cookie), FN(get_current_ancestor_cgroup_id), FN(sk_assign), FN(ktime_get_boot_ns), FN(seq_printf), FN(seq_write), FN(sk_cgroup_id), FN(sk_ancestor_cgroup_id), FN(ringbuf_output), FN(ringbuf_reserve), FN(ringbuf_submit), FN(ringbuf_discard), FN(ringbuf_query), FN(csum_level), FN(skc_to_tcp6_sock), FN(skc_to_tcp_sock), FN(skc_to_tcp_timewait_sock), FN(skc_to_tcp_request_sock), FN(skc_to_udp6_sock), FN(get_task_stack), FN(load_hdr_opt), FN(store_hdr_opt), FN(reserve_hdr_opt), FN(inode_storage_get), FN(inode_storage_delete), FN(d_path), FN(copy_from_user), FN(snprintf_btf), FN(seq_printf_btf), FN(skb_cgroup_classid), FN(redirect_neigh), FN(per_cpu_ptr), FN(this_cpu_ptr), FN(redirect_peer),
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 188 oi->redirect = NULL; in ovl_alloc_inode() 203 kfree(oi->redirect); in ovl_free_inode() 488 * Does not make sense to have redirect creation without in ovl_parse_redirect_mode() 489 * redirect following. in ovl_parse_redirect_mode() 659 /* Automatically enable redirect otherwise. */ in ovl_parse_opt()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 3380 u64 redirect[6]; in qib_setup_7322_interrupt() local 3424 memset(redirect, 0, sizeof(redirect)); in qib_setup_7322_interrupt() 3511 redirect[reg] |= ((u64) msixnum) << sh; in qib_setup_7322_interrupt() 3537 for (i = 0; i < ARRAY_SIZE(redirect); i++) in qib_setup_7322_interrupt() 3538 qib_write_kreg(dd, kr_intredirect + i, redirect[i]); in qib_setup_7322_interrupt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 3358 u64 redirect[6]; in qib_setup_7322_interrupt() local 3402 memset(redirect, 0, sizeof(redirect)); in qib_setup_7322_interrupt() 3489 redirect[reg] |= ((u64) msixnum) << sh; in qib_setup_7322_interrupt() 3515 for (i = 0; i < ARRAY_SIZE(redirect); i++) in qib_setup_7322_interrupt() 3516 qib_write_kreg(dd, kr_intredirect + i, redirect[i]); in qib_setup_7322_interrupt()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 1756 redirect: in ff_rtsp_connect() 2007 goto redirect; in ff_rtsp_connect()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | input.c | 430 dst->ops->redirect(dst, sk, skb); in sctp_icmp_redirect()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 1945 * Clone and redirect the packet associated to *skb* to another 2186 * redirect target instead of providing it directly to the helper. 2413 * recirculate via **redirect**\ (..., **BPF_F_INGRESS**), for 3023 * the verdict eBPF program returns **SK_PASS**), redirect it to 3300 * the verdict eBPF program returns **SK_PASS**), redirect it to 3314 * if the verdict eBPF program returns **SK_PASS**), redirect it 4921 * used prior to redirect. 5678 FN(redirect, 23, ##ctx) \ 6175 * (This is an L3 redirect, as opposed to L2 redirect [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | input.c | 417 dst->ops->redirect(dst, sk, skb); in sctp_icmp_redirect()
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 1945 * Clone and redirect the packet associated to *skb* to another 2186 * redirect target instead of providing it directly to the helper. 2413 * recirculate via **redirect**\ (..., **BPF_F_INGRESS**), for 3023 * the verdict eBPF program returns **SK_PASS**), redirect it to 3300 * the verdict eBPF program returns **SK_PASS**), redirect it to 3314 * if the verdict eBPF program returns **SK_PASS**), redirect it 4921 * used prior to redirect. 5678 FN(redirect, 23, ##ctx) \ 6175 * (This is an L3 redirect, as opposed to L2 redirect [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib.py | 304 error_print=False, redirect=True)
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1970 * Clone and redirect the packet associated to *skb* to another 2211 * redirect target instead of providing it directly to the helper. 2438 * recirculate via **redirect**\ (..., **BPF_F_INGRESS**), for 3048 * the verdict eBPF program returns **SK_PASS**), redirect it to 3325 * the verdict eBPF program returns **SK_PASS**), redirect it to 3339 * if the verdict eBPF program returns **SK_PASS**), redirect it 4946 * used prior to redirect. 5705 FN(redirect, 23, ##ctx) \ 6202 * (This is an L3 redirect, as opposed to L2 redirect [all...] |