sctp.h (bb598c1b8c9bf56981927dcb8c0dc34b8ff95342) sctp.h (7fda702f9315e6f4a74fee155c540750788a2d66)
1/* SCTP kernel implementation
2 * (C) Copyright IBM Corp. 2001, 2004
3 * Copyright (c) 1999-2000 Cisco, Inc.
4 * Copyright (c) 1999-2001 Motorola, Inc.
5 * Copyright (c) 2001-2003 Intel Corp.
6 *
7 * This file is part of the SCTP kernel implementation
8 *

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

159 struct sk_buff *);
160void sctp_icmp_proto_unreachable(struct sock *sk,
161 struct sctp_association *asoc,
162 struct sctp_transport *t);
163void sctp_backlog_migrate(struct sctp_association *assoc,
164 struct sock *oldsk, struct sock *newsk);
165int sctp_transport_hashtable_init(void);
166void sctp_transport_hashtable_destroy(void);
1/* SCTP kernel implementation
2 * (C) Copyright IBM Corp. 2001, 2004
3 * Copyright (c) 1999-2000 Cisco, Inc.
4 * Copyright (c) 1999-2001 Motorola, Inc.
5 * Copyright (c) 2001-2003 Intel Corp.
6 *
7 * This file is part of the SCTP kernel implementation
8 *

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

159 struct sk_buff *);
160void sctp_icmp_proto_unreachable(struct sock *sk,
161 struct sctp_association *asoc,
162 struct sctp_transport *t);
163void sctp_backlog_migrate(struct sctp_association *assoc,
164 struct sock *oldsk, struct sock *newsk);
165int sctp_transport_hashtable_init(void);
166void sctp_transport_hashtable_destroy(void);
167void sctp_hash_transport(struct sctp_transport *t);
167int sctp_hash_transport(struct sctp_transport *t);
168void sctp_unhash_transport(struct sctp_transport *t);
169struct sctp_transport *sctp_addrs_lookup_transport(
170 struct net *net,
171 const union sctp_addr *laddr,
172 const union sctp_addr *paddr);
173struct sctp_transport *sctp_epaddr_lookup_transport(
174 const struct sctp_endpoint *ep,
175 const union sctp_addr *paddr);

--- 422 unchanged lines hidden ---
168void sctp_unhash_transport(struct sctp_transport *t);
169struct sctp_transport *sctp_addrs_lookup_transport(
170 struct net *net,
171 const union sctp_addr *laddr,
172 const union sctp_addr *paddr);
173struct sctp_transport *sctp_epaddr_lookup_transport(
174 const struct sctp_endpoint *ep,
175 const union sctp_addr *paddr);

--- 422 unchanged lines hidden ---