-
- Downloads
net: Fix for dst_negative_advice
dst_negative_advice() should check for changed dst and reset sk_tx_queue_mapping accordingly. Pass sock to the callers of dst_negative_advice. (sk_reset_txq is defined just for use by dst_negative_advice. The only way I could find to get around this is to move dst_negative_() from dst.h to dst.c, include sock.h in dst.c, etc) Signed-off-by:Krishna Kumar <krkumar2@in.ibm.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/dst.h 10 additions, 2 deletionsinclude/net/dst.h
- net/core/sock.c 6 additions, 0 deletionsnet/core/sock.c
- net/dccp/timer.c 2 additions, 2 deletionsnet/dccp/timer.c
- net/decnet/af_decnet.c 1 addition, 1 deletionnet/decnet/af_decnet.c
- net/ipv4/tcp_timer.c 2 additions, 2 deletionsnet/ipv4/tcp_timer.c
Loading
Please register or sign in to comment