Lines Matching defs:xsctp_inpcb
1164 struct xsctp_inpcb { struct
1165 uint32_t last;
1166 uint32_t flags;
1167 uint64_t features;
1168 uint32_t total_sends;
1169 uint32_t total_recvs;
1170 uint32_t total_nospaces;
1171 uint32_t fragmentation_point;
1172 uint16_t local_port;
1173 uint16_t qlen_old;
1174 uint16_t maxqlen_old;
1175 uint16_t __spare16;
1176 kvaddr_t socket;
1177 uint32_t qlen;
1178 uint32_t maxqlen;
1179 uint32_t extra_padding[26]; /* future */