summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2007-06-16 00:33:47 +0000
committerrrs <rrs@FreeBSD.org>2007-06-16 00:33:47 +0000
commit942494315a5ad2b17cccf1dc4f3f7e8f8a352e8c (patch)
treee74cf173044310b1afbb432b94cfec908c63849f /sys/netinet/sctp_indata.c
parente1f2e7690497be9f169ae2ca111f08881f575df0 (diff)
downloadFreeBSD-src-942494315a5ad2b17cccf1dc4f3f7e8f8a352e8c.zip
FreeBSD-src-942494315a5ad2b17cccf1dc4f3f7e8f8a352e8c.tar.gz
- Matthew's changes to get inlines out, plus a few of my own
to deal with the VRF inline function -> becomes a macro now. Submitted by: Matthew Jacobs
Diffstat (limited to 'sys/netinet/sctp_indata.c')
-rw-r--r--sys/netinet/sctp_indata.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c
index fd5661b..4824e40 100644
--- a/sys/netinet/sctp_indata.c
+++ b/sys/netinet/sctp_indata.c
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
* the list.
*/
-__inline void
+void
sctp_set_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc)
{
uint32_t calc, calc_w_oh;
@@ -116,7 +116,7 @@ sctp_set_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc)
/* Calculate what the rwnd would be */
-__inline uint32_t
+uint32_t
sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc)
{
uint32_t calc = 0, calc_w_oh;
@@ -3846,7 +3846,7 @@ sctp_hs_cwnd_decrease(struct sctp_tcb *stcb, struct sctp_nets *net)
#endif
-static __inline void
+static void
sctp_cwnd_update(struct sctp_tcb *stcb,
struct sctp_association *asoc,
int accum_moved, int reneged_all, int will_exit)
OpenPOWER on IntegriCloud