sctp.h (92548ec2f1f92d0c0b60ce59592b645571672568) sctp.h (9e47df005cab63e545671dba8dfd6852fff1c2cf)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* SCTP kernel implementation
3 * (C) Copyright IBM Corp. 2001, 2004
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001-2003 Intel Corp.
7 *
8 * This file is part of the SCTP kernel implementation

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

140int sctp_rcv(struct sk_buff *skb);
141int sctp_v4_err(struct sk_buff *skb, u32 info);
142int sctp_hash_endpoint(struct sctp_endpoint *ep);
143void sctp_unhash_endpoint(struct sctp_endpoint *);
144struct sock *sctp_err_lookup(struct net *net, int family, struct sk_buff *,
145 struct sctphdr *, struct sctp_association **,
146 struct sctp_transport **);
147void sctp_err_finish(struct sock *, struct sctp_transport *);
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* SCTP kernel implementation
3 * (C) Copyright IBM Corp. 2001, 2004
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001-2003 Intel Corp.
7 *
8 * This file is part of the SCTP kernel implementation

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

140int sctp_rcv(struct sk_buff *skb);
141int sctp_v4_err(struct sk_buff *skb, u32 info);
142int sctp_hash_endpoint(struct sctp_endpoint *ep);
143void sctp_unhash_endpoint(struct sctp_endpoint *);
144struct sock *sctp_err_lookup(struct net *net, int family, struct sk_buff *,
145 struct sctphdr *, struct sctp_association **,
146 struct sctp_transport **);
147void sctp_err_finish(struct sock *, struct sctp_transport *);
148int sctp_udp_v4_err(struct sock *sk, struct sk_buff *skb);
149int sctp_udp_v6_err(struct sock *sk, struct sk_buff *skb);
148void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
149 struct sctp_transport *t, __u32 pmtu);
150void sctp_icmp_redirect(struct sock *, struct sctp_transport *,
151 struct sk_buff *);
152void sctp_icmp_proto_unreachable(struct sock *sk,
153 struct sctp_association *asoc,
154 struct sctp_transport *t);
155void sctp_backlog_migrate(struct sctp_association *assoc,

--- 524 unchanged lines hidden ---
150void sctp_icmp_frag_needed(struct sock *, struct sctp_association *,
151 struct sctp_transport *t, __u32 pmtu);
152void sctp_icmp_redirect(struct sock *, struct sctp_transport *,
153 struct sk_buff *);
154void sctp_icmp_proto_unreachable(struct sock *sk,
155 struct sctp_association *asoc,
156 struct sctp_transport *t);
157void sctp_backlog_migrate(struct sctp_association *assoc,

--- 524 unchanged lines hidden ---