Deleted Added
full compact
sctp_pcb.h (170056) sctp_pcb.h (170091)
1/*-
2 * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31/* $KAME: sctp_pcb.h,v 1.21 2005/07/16 01:18:47 suz Exp $ */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31/* $KAME: sctp_pcb.h,v 1.21 2005/07/16 01:18:47 suz Exp $ */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_pcb.h 170056 2007-05-28 11:17:24Z rrs $");
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_pcb.h 170091 2007-05-29 09:29:03Z rrs $");
35
36#ifndef __sctp_pcb_h__
37#define __sctp_pcb_h__
38
39#include <netinet/sctp_os.h>
40#include <netinet/sctp.h>
41#include <netinet/sctp_constants.h>
42

--- 134 unchanged lines hidden (view full) ---

177 sctp_zone_t ipi_zone_chunk;
178 sctp_zone_t ipi_zone_readq;
179 sctp_zone_t ipi_zone_strmoq;
180
181 struct mtx ipi_ep_mtx;
182 struct mtx it_mtx;
183 struct mtx ipi_iterator_wq_mtx;
184 struct mtx ipi_addr_mtx;
35
36#ifndef __sctp_pcb_h__
37#define __sctp_pcb_h__
38
39#include <netinet/sctp_os.h>
40#include <netinet/sctp.h>
41#include <netinet/sctp_constants.h>
42

--- 134 unchanged lines hidden (view full) ---

177 sctp_zone_t ipi_zone_chunk;
178 sctp_zone_t ipi_zone_readq;
179 sctp_zone_t ipi_zone_strmoq;
180
181 struct mtx ipi_ep_mtx;
182 struct mtx it_mtx;
183 struct mtx ipi_iterator_wq_mtx;
184 struct mtx ipi_addr_mtx;
185 struct mtx ipi_pktlog_mtx;
185 uint32_t ipi_count_ep;
186
187 /* assoc/tcb zone info */
188 uint32_t ipi_count_asoc;
189
190 /* local addrlist zone info */
191 uint32_t ipi_count_laddr;
192

--- 354 unchanged lines hidden ---
186 uint32_t ipi_count_ep;
187
188 /* assoc/tcb zone info */
189 uint32_t ipi_count_asoc;
190
191 /* local addrlist zone info */
192 uint32_t ipi_count_laddr;
193

--- 354 unchanged lines hidden ---