]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: move ir_mark initialization to tcp_openreq_init
authorOctavian Purdila <octavian.purdila@intel.com>
Tue, 17 Jun 2014 08:25:37 +0000 (11:25 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2014 22:30:54 +0000 (15:30 -0700)
commit094894ffc5e9f78031c4931c103299aa39499cb2
treecdaf083f9eafc6147a7cbe2c6658fa498ce4aa4f
parent2203261ee8541c6683861a3a95b8564c6693dcdb
tcp: move ir_mark initialization to tcp_openreq_init

ir_mark initialization is done for both TCP v4 and v6, move it in the
common tcp_openreq_init function.

Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c