aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorShawn Lu <[email protected]>2012-02-04 12:38:09 +0000
committerDavid S. Miller <[email protected]>2012-02-04 18:20:05 -0500
commite2446eaab5585555a38ea0df4e01ff313dbb4ac9 (patch)
tree58bf7212d6bebd30ec6477f84440cbbd8dbb3bb1 /net/lapb/lapb_subr.c
parent5962b35c1de3254a2f03b95efd3b7854b874d7b7 (diff)
tcp_v4_send_reset: binding oif to iif in no sock case
Binding RST packet outgoing interface to incoming interface for tcp v4 when there is no socket associate with it. when sk is not NULL, using sk->sk_bound_dev_if instead. (suggested by Eric Dumazet). This has few benefits: 1. tcp_v6_send_reset already did that. 2. This helps tcp connect with SO_BINDTODEVICE set. When connection is lost, we still able to sending out RST using same interface. 3. we are sending reply, it is most likely to be succeed if iif is used Signed-off-by: Shawn Lu <[email protected]> Acked-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions