summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.c
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2004-09-15 20:13:26 +0000
committerAndre Oppermann <andre@FreeBSD.org>2004-09-15 20:13:26 +0000
commite0982661911e3ca7edbd664b7adba879ed9467bb (patch)
tree8aac23c439beefe50c1b1751c071c1ddee07eb91 /sys/netinet/tcp_syncache.c
parentf2a9e366299932cc0246b43be1f8ab5dbb7c8e41 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_syncache.c')
-rw-r--r--sys/netinet/tcp_syncache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
index 91252354bd98..e648fc91e3e3 100644
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -649,7 +649,7 @@ syncache_socket(sc, lso, m)
struct in_addr laddr;
struct sockaddr_in sin;
- inp->inp_options = ip_srcroute();
+ inp->inp_options = ip_srcroute(m);
if (inp->inp_options == NULL) {
inp->inp_options = sc->sc_ipopts;
sc->sc_ipopts = NULL;
@@ -847,7 +847,7 @@ syncache_add(inc, to, th, sop, m)
#ifdef INET6
if (!inc->inc_isipv6)
#endif
- ipopts = ip_srcroute();
+ ipopts = ip_srcroute(m);
/*
* See if we already have an entry for this connection.