Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac1eabca authored by Florent Fourcot's avatar Florent Fourcot Committed by David S. Miller
Browse files

ipv6: use ip6_flowinfo helper

parent 3308de2b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -683,8 +683,7 @@ bool ipv6_opt_accepted(const struct sock *sk, const struct sk_buff *skb)
	if (np->rxopt.all) {
		if ((opt->hop && (np->rxopt.bits.hopopts ||
				  np->rxopt.bits.ohopopts)) ||
		    ((IPV6_FLOWINFO_MASK &
		      *(__be32 *)skb_network_header(skb)) &&
		    (ip6_flowinfo((struct ipv6hdr *) skb_network_header(skb)) &&
		     np->rxopt.bits.rxflow) ||
		    (opt->srcrt && (np->rxopt.bits.srcrt ||
		     np->rxopt.bits.osrcrt)) ||