summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.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_input.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_input.c')
-rw-r--r--sys/netinet/sctp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c
index f1fad88..f10507f 100644
--- a/sys/netinet/sctp_input.c
+++ b/sys/netinet/sctp_input.c
@@ -4387,7 +4387,7 @@ next_chunk:
* Process the ECN bits we have something set so we must look to see if it is
* ECN(0) or ECN(1) or CE
*/
-static __inline void
+static void
sctp_process_ecn_marked_a(struct sctp_tcb *stcb, struct sctp_nets *net,
uint8_t ecn_bits)
{
@@ -4426,7 +4426,7 @@ sctp_process_ecn_marked_a(struct sctp_tcb *stcb, struct sctp_nets *net,
}
}
-static __inline void
+static void
sctp_process_ecn_marked_b(struct sctp_tcb *stcb, struct sctp_nets *net,
uint32_t high_tsn, uint8_t ecn_bits)
{
OpenPOWER on IntegriCloud