aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2015-06-17 15:20:14 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2015-06-17 15:20:14 +0000
commitd089f9b9155fd3b3fb160d866c6288e237d7520e (patch)
tree867c8b4df482b0e02971572abd8529e4f86e7c95 /sys/netinet/sctp_pcb.h
parentaf10bf055ffdfe8c5c94708f9fbfb76705392f43 (diff)
Add FIB support for SCTP.
Notes
Notes: svn path=/head/; revision=284515
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r--sys/netinet/sctp_pcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index 963b89fbcac0..f5ede2accca5 100644
--- a/sys/netinet/sctp_pcb.h
+++ b/sys/netinet/sctp_pcb.h
@@ -430,6 +430,7 @@ struct sctp_inpcb {
struct mtx inp_rdata_mtx;
int32_t refcount;
uint32_t def_vrf_id;
+ uint16_t fibnum;
uint32_t total_sends;
uint32_t total_recvs;
uint32_t last_abort_code;