Searched refs:redirect (Results 1 – 17 of 17) sorted by relevance
/net/ipv4/ |
D | xfrm4_policy.c | 115 path->ops->redirect(path, sk, skb); in xfrm4_redirect() 130 .redirect = xfrm4_redirect,
|
D | route.c | 166 .redirect = ip_do_redirect, 2823 .redirect = dst_blackhole_redirect,
|
D | tcp_ipv4.c | 401 dst->ops->redirect(dst, sk, skb); in do_redirect()
|
/net/ipv6/ |
D | xfrm6_policy.c | 119 path->ops->redirect(path, sk, skb); in xfrm6_redirect() 158 .redirect = xfrm6_redirect,
|
D | ip6_output.c | 1179 int redirect; in ip6_dst_lookup_tail() local 1184 redirect = (ifp && ifp->flags & IFA_F_OPTIMISTIC); in ip6_dst_lookup_tail() 1188 if (redirect) { in ip6_dst_lookup_tail()
|
D | tcp_ipv6.c | 450 dst->ops->redirect(dst, sk, skb); in tcp_v6_err()
|
D | route.c | 264 .redirect = rt6_do_redirect, 278 .redirect = dst_blackhole_redirect,
|
/net/bridge/ |
D | br_nf_core.c | 55 .redirect = fake_redirect,
|
/net/bridge/netfilter/ |
D | Kconfig | 203 tristate "ebt: redirect target support" 205 This option adds the MAC redirect target, which allows altering the MAC
|
/net/core/ |
D | dst.c | 263 .redirect = dst_blackhole_redirect,
|
/net/bpf/ |
D | test_run.c | 289 bool redirect = false; in xdp_test_run_batch() local 333 redirect = true; in xdp_test_run_batch() 351 if (redirect) in xdp_test_run_batch()
|
/net/ceph/ |
D | osd_client.c | 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() 3819 m.redirect.oloc.pool); in handle_reply() 3827 req->r_t.target_oloc.pool = m.redirect.oloc.pool; in handle_reply()
|
/net/netfilter/ |
D | Kconfig | 559 tristate "Netfilter nf_tables redirect support" 562 This options adds the "redirect" expression that you can use 563 to perform NAT in the redirect flavour. 1091 to redirect traffic to a transparent proxy. It does _not_ depend
|
/net/dccp/ |
D | ipv4.c | 205 dst->ops->redirect(dst, sk, skb); in dccp_do_redirect()
|
D | ipv6.c | 136 dst->ops->redirect(dst, sk, skb); in dccp_v6_err()
|
/net/sctp/ |
D | input.c | 417 dst->ops->redirect(dst, sk, skb); in sctp_icmp_redirect()
|
/net/sched/ |
D | Kconfig | 686 result, instantly drop or redirect packets, etc.
|