Searched refs:rt6_do_redirect (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | route.c | 105 static void rt6_do_redirect(struct dst_entry *dst, struct sock *sk, 264 .redirect = rt6_do_redirect, 3157 rt6_do_redirect(dst, NULL, skb); in ip6_redirect() 3176 rt6_do_redirect(dst, NULL, skb); in ip6_redirect_no_header() 4118 static void rt6_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb) in rt6_do_redirect() 4134 net_dbg_ratelimited("rt6_do_redirect: packet too short\n"); in rt6_do_redirect() 4141 net_dbg_ratelimited("rt6_do_redirect: destination address is multicast\n"); in rt6_do_redirect() 4150 net_dbg_ratelimited("rt6_do_redirect: target address is not link-local unicast\n"); in rt6_do_redirect() 4115 static void rt6_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb) rt6_do_redirect() function
|