]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: tcp: provide sk->sk_priority to ctl packets
authorEric Dumazet <edumazet@google.com>
Tue, 24 Sep 2019 15:01:15 +0000 (08:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Sep 2019 10:05:02 +0000 (12:05 +0200)
commite274e4c89544a6304576bfcf59f39db20aabb03a
tree5cf9fed816402805777d480e49a5691cd90dc879
parentd31d04e2935125aa8b2ad1442e549b55aab2c32d
ipv6: tcp: provide sk->sk_priority to ctl packets

We can populate skb->priority for some ctl packets
instead of always using zero.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c