Searched refs:sctpconn_attach (Results 1 – 2 of 2) sorted by relevance
71 extern int sctpconn_attach(struct socket *so, int proto, uint32_t vrf_id);484 if (sctpconn_attach(so, IPPROTO_SCTP, SCTP_DEFAULT_VRFID)) { in sonewconn()1220 error = sctpconn_attach(so, proto, SCTP_DEFAULT_VRFID); in socreate()
852 sctpconn_attach(struct socket *so, int proto SCTP_UNUSED, uint32_t vrf_id) function