diff options
| author | 2002-06-08 21:51:08 +0000 | |
|---|---|---|
| committer | 2002-06-08 21:51:08 +0000 | |
| commit | 6e92dee6582a537158e10309676ae3cd76f1175b (patch) | |
| tree | eb10082040404509c4c9e068461b9f2bcfb71fb2 /sys/netinet6/ip6_output.c | |
| parent | Two more files that are needed (diff) | |
| download | wireguard-openbsd-6e92dee6582a537158e10309676ae3cd76f1175b.tar.xz wireguard-openbsd-6e92dee6582a537158e10309676ae3cd76f1175b.zip | |
splnet -> splsoftnet where appropriate
Diffstat (limited to 'sys/netinet6/ip6_output.c')
| -rw-r--r-- | sys/netinet6/ip6_output.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 822cc034763..5d51a668bc0 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_output.c,v 1.66 2002/06/08 21:22:03 itojun Exp $ */ +/* $OpenBSD: ip6_output.c,v 1.67 2002/06/08 21:51:08 itojun Exp $ */ /* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */ /* @@ -205,10 +205,10 @@ ip6_output(m0, opt, ro, flags, im6o, ifpp) #ifdef IPSEC /* - * splnet is chosen over spltdb because we are not allowed to - * lower the level, and udp6_output calls us in splnet(). XXX check + * splsoftnet is chosen over spltdb because we are not allowed to + * lower the level, and udp6_output calls us in splsoftnet(). XXX check */ - s = splnet(); + s = splsoftnet(); /* * Check if there was an outgoing SA bound to the flow |
