Home
last modified time | relevance | path

Searched refs:sctp_prot (Results 1 – 2 of 2) sorted by relevance

/linux/net/sctp/
H A Dprotocol.c1130 .prot = &sctp_prot,
1137 .prot = &sctp_prot,
1246 rc = proto_register(&sctp_prot, 1); in sctp_v4_protosw_init()
1261 proto_unregister(&sctp_prot);
H A Dsocket.c9636 struct proto sctp_prot = { variable