diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2015-06-17 15:20:14 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2015-06-17 15:20:14 +0000 |
commit | d089f9b9155fd3b3fb160d866c6288e237d7520e (patch) | |
tree | 867c8b4df482b0e02971572abd8529e4f86e7c95 /sys/netinet/sctp_pcb.h | |
parent | af10bf055ffdfe8c5c94708f9fbfb76705392f43 (diff) |
Add FIB support for SCTP.
This fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200379
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=284515
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 1 |
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; |