Searched hist:"4 f6570d7206bb052f42718d55fbe72977f0318ea" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | inet6_connection_sock.c | diff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()
Currently, ip6_xmit() sets skb->priority based on sk->sk_priority
This is not desirable for TCP since TCP shares the same ctl socket for a given netns. We want to be able to send RST or ACK packets with a non zero skb->priority.
This patch has no functional change.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip6_output.c | diff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()
Currently, ip6_xmit() sets skb->priority based on sk->sk_priority
This is not desirable for TCP since TCP shares the same ctl socket for a given netns. We want to be able to send RST or ACK packets with a non zero skb->priority.
This patch has no functional change.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp_ipv6.c | diff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()
Currently, ip6_xmit() sets skb->priority based on sk->sk_priority
This is not desirable for TCP since TCP shares the same ctl socket for a given netns. We want to be able to send RST or ACK packets with a non zero skb->priority.
This patch has no functional change.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sctp/ |
H A D | ipv6.c | diff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()
Currently, ip6_xmit() sets skb->priority based on sk->sk_priority
This is not desirable for TCP since TCP shares the same ctl socket for a given netns. We want to be able to send RST or ACK packets with a non zero skb->priority.
This patch has no functional change.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/dccp/ |
H A D | ipv6.c | diff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()
Currently, ip6_xmit() sets skb->priority based on sk->sk_priority
This is not desirable for TCP since TCP shares the same ctl socket for a given netns. We want to be able to send RST or ACK packets with a non zero skb->priority.
This patch has no functional change.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | diff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()
Currently, ip6_xmit() sets skb->priority based on sk->sk_priority
This is not desirable for TCP since TCP shares the same ctl socket for a given netns. We want to be able to send RST or ACK packets with a non zero skb->priority.
This patch has no functional change.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|