diff options
author | Dan McDonald <danmcd@sun.com> | 2010-01-07 15:08:58 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@sun.com> | 2010-01-07 15:08:58 -0500 |
commit | 930af642678ee3facd16f9ced3f72a773a8889bd (patch) | |
tree | 8198d98f9562c10b710bb414051333ac2458e0de /usr/src/uts/common/inet/sadb.h | |
parent | 70f83219d49a3acf5c2deeefddb48c720ab5f832 (diff) | |
download | illumos-joyent-930af642678ee3facd16f9ced3f72a773a8889bd.tar.gz |
6801336 race causes IPsec SAs to occasionally have dangling packets.
Diffstat (limited to 'usr/src/uts/common/inet/sadb.h')
-rw-r--r-- | usr/src/uts/common/inet/sadb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/sadb.h b/usr/src/uts/common/inet/sadb.h index 7a45a41b85..73ffb1cf72 100644 --- a/usr/src/uts/common/inet/sadb.h +++ b/usr/src/uts/common/inet/sadb.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -784,7 +784,7 @@ void sadb_ager(sadb_t *, queue_t *, int, netstack_t *); timeout_id_t sadb_retimeout(hrtime_t, queue_t *, void (*)(void *), void *, uint_t *, uint_t, short); void sadb_sa_refrele(void *target); -boolean_t sadb_set_lpkt(ipsa_t *, mblk_t *, ip_recv_attr_t *); +mblk_t *sadb_set_lpkt(ipsa_t *, mblk_t *, ip_recv_attr_t *); mblk_t *sadb_clear_lpkt(ipsa_t *); void sadb_buf_pkt(ipsa_t *, mblk_t *, ip_recv_attr_t *); void sadb_clear_buf_pkt(void *ipkt); |