Home
last modified time | relevance | path

Searched refs:SCTP_CID_AUTH (Results 1 – 10 of 10) sorted by relevance

/linux/net/sctp/
H A Ddebug.c63 case SCTP_CID_AUTH: in sctp_cname()
H A Doutput.c255 if (chunk->chunk_hdr->type == SCTP_CID_AUTH || pkt->has_auth) in sctp_packet_bundle_auth()
366 case SCTP_CID_AUTH: in __sctp_packet_append_chunk()
801 chunk->chunk_hdr->type != SCTP_CID_AUTH)) in sctp_packet_will_fit()
H A Dauth.c386 case SCTP_CID_AUTH: in sctp_auth_chunk_id_forbidden()
644 case SCTP_CID_AUTH: in __sctp_auth_cid()
H A Dendpointola.c356 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv()
H A Dsm_make_chunk.c291 extensions[num_ext] = SCTP_CID_AUTH; in sctp_make_init()
456 extensions[num_ext] = SCTP_CID_AUTH; in sctp_make_init_ack()
1330 retval = sctp_make_control(asoc, SCTP_CID_AUTH, 0, in sctp_make_auth()
2010 case SCTP_CID_AUTH: in sctp_verify_ext_param()
2050 case SCTP_CID_AUTH: in sctp_process_ext_param()
H A Dsm_statetable.c1033 case SCTP_CID_AUTH: in sctp_chunk_event_lookup()
H A Dinput.c1261 case SCTP_CID_AUTH: in __sctp_rcv_walk_lookup()
H A Dassociola.c997 if (first_time && subtype.chunk == SCTP_CID_AUTH) { in sctp_assoc_bh_rcv()
H A Dsocket.c3595 case SCTP_CID_AUTH: in sctp_setsockopt_auth_chunk()
/linux/include/linux/
H A Dsctp.h88 SCTP_CID_AUTH = 0x0F, enumerator