Searched refs:SCTP_SO_TYPE (Results 1 – 2 of 2) sorted by relevance
363 #define SCTP_SO_TYPE(so) ((so)->so_type) macro
2338 if (SCTP_SO_TYPE(so) == SOCK_SEQPACKET) { in sctp_inpcb_alloc()2344 } else if (SCTP_SO_TYPE(so) == SOCK_STREAM) { in sctp_inpcb_alloc()