Searched refs:IPPROTO_SCTP (Results 1 – 5 of 5) sorted by relevance
71 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator72 #define IPPROTO_SCTP IPPROTO_SCTP macro
59 test_parse_ip_protocol_one("sctp", IPPROTO_SCTP); in TEST()60 test_parse_ip_protocol_one("ScTp", IPPROTO_SCTP); in TEST()
149 if (!IN_SET(i, IPPROTO_UDPLITE, IPPROTO_SCTP)) in socket_protocol_to_string()
1003 if (s->socket_protocol == IPPROTO_SCTP) { in socket_apply_socket_options()1645 if (s->socket_protocol == IPPROTO_SCTP) in socket_open_fds()
81 if (!IN_SET(r, IPPROTO_UDPLITE, IPPROTO_SCTP)) in parse_socket_protocol()