K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-04-02T10:07:36.434468Z K 7 svn:log V 412 The SCTP code has its own usage of struct sockbuf, that seems incompatible with what uipc_sockbuf.c does. - sb_cc can be accessed w/o lock - sb_cc changed via atomic(9) - sb_cc can be increased/reduced w/o actual adding/removing mbufs For me it is unclear how to bring the SCTP code to the new notion of sbused() and sbavail(), thus to simply make it compilable do mechanical rename of s/sb_cc/sb_ccc/g. END