Deleted Added
full compact
sctp_indata.h (166086) sctp_indata.h (168943)
1/*-
2 * Copyright (c) 2001-2007, 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_indata.h,v 1.9 2005/03/06 16:04:17 itojun Exp $ */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2001-2007, 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_indata.h,v 1.9 2005/03/06 16:04:17 itojun Exp $ */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_indata.h 166086 2007-01-18 09:58:43Z rrs $");
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_indata.h 168943 2007-04-22 11:06:27Z rrs $");
35
36#ifndef __sctp_indata_h__
37#define __sctp_indata_h__
38
39#if defined(_KERNEL)
40
41struct sctp_queued_to_read *
42sctp_build_readq_entry(struct sctp_tcb *stcb,

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

65 (_ctl)->data = dm; \
66 (_ctl)->tail_mbuf = NULL; \
67 (_ctl)->stcb = (in_it); \
68 (_ctl)->port_from = (in_it)->rport; \
69 (_ctl)->spec_flags = 0; \
70 (_ctl)->do_not_ref_stcb = 0; \
71 (_ctl)->end_added = 0; \
72 (_ctl)->pdapi_aborted = 0; \
35
36#ifndef __sctp_indata_h__
37#define __sctp_indata_h__
38
39#if defined(_KERNEL)
40
41struct sctp_queued_to_read *
42sctp_build_readq_entry(struct sctp_tcb *stcb,

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

65 (_ctl)->data = dm; \
66 (_ctl)->tail_mbuf = NULL; \
67 (_ctl)->stcb = (in_it); \
68 (_ctl)->port_from = (in_it)->rport; \
69 (_ctl)->spec_flags = 0; \
70 (_ctl)->do_not_ref_stcb = 0; \
71 (_ctl)->end_added = 0; \
72 (_ctl)->pdapi_aborted = 0; \
73 (_ctl)->resv = 0; \
73 (_ctl)->some_taken = 0; \
74 } \
75} while (0)
76
77
78
79struct mbuf *
80sctp_build_ctl_nchunk(struct sctp_inpcb *inp,
81 struct sctp_sndrcvinfo *sinfo);

--- 36 unchanged lines hidden ---
74 } \
75} while (0)
76
77
78
79struct mbuf *
80sctp_build_ctl_nchunk(struct sctp_inpcb *inp,
81 struct sctp_sndrcvinfo *sinfo);

--- 36 unchanged lines hidden ---