Searched refs:dst_blackhole_redirect (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dst.c | 260 void dst_blackhole_redirect(struct dst_entry *dst, struct sock *sk, in dst_blackhole_redirect() function 264 EXPORT_SYMBOL_GPL(dst_blackhole_redirect); variable 280 .redirect = dst_blackhole_redirect,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dst.c | 243 void dst_blackhole_redirect(struct dst_entry *dst, struct sock *sk, in dst_blackhole_redirect() function 247 EXPORT_SYMBOL_GPL(dst_blackhole_redirect); variable 263 .redirect = dst_blackhole_redirect,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 534 void dst_blackhole_redirect(struct dst_entry *dst, struct sock *sk,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 566 void dst_blackhole_redirect(struct dst_entry *dst, struct sock *sk,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 2751 .redirect = dst_blackhole_redirect,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 2828 .redirect = dst_blackhole_redirect,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 271 .redirect = dst_blackhole_redirect,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 277 .redirect = dst_blackhole_redirect,
|
Completed in 38 milliseconds