Lines Matching refs:param_hdr

325 	retval->param_hdr.v =  in sctp_make_init()
335 sat.param_hdr.type = SCTP_PARAM_SUPPORTED_ADDRESS_TYPES; in sctp_make_init()
336 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types)); in sctp_make_init()
347 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT; in sctp_make_init()
348 ext_param.param_hdr.length = htons(sizeof(ext_param) + num_ext); in sctp_make_init()
357 aiparam.param_hdr.type = SCTP_PARAM_ADAPTATION_LAYER_IND; in sctp_make_init()
358 aiparam.param_hdr.length = htons(sizeof(aiparam)); in sctp_make_init()
492 retval->param_hdr.v = sctp_addto_chunk(retval, addrs_len, addrs.v); in sctp_make_init_ack()
497 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT; in sctp_make_init_ack()
498 ext_param.param_hdr.length = htons(sizeof(ext_param) + num_ext); in sctp_make_init_ack()
506 aiparam.param_hdr.type = SCTP_PARAM_ADAPTATION_LAYER_IND; in sctp_make_init_ack()
507 aiparam.param_hdr.length = htons(sizeof(aiparam)); in sctp_make_init_ack()
1175 hbinfo.param_hdr.type = SCTP_PARAM_HEARTBEAT_INFO; in sctp_make_heartbeat()
1176 hbinfo.param_hdr.length = htons(sizeof(hbinfo)); in sctp_make_heartbeat()
2823 retval->param_hdr.v = in sctp_make_asconf()
2903 param.param_hdr.type = flags; in sctp_make_asconf_update_ip()
2904 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip()
2916 param.param_hdr.type = SCTP_PARAM_DEL_IP; in sctp_make_asconf_update_ip()
2917 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip()
2960 param.param_hdr.type = SCTP_PARAM_SET_PRIMARY; in sctp_make_asconf_set_prim()
2961 param.param_hdr.length = htons(len); in sctp_make_asconf_set_prim()
3028 ntohs(asconf_param->param_hdr.length); in sctp_add_asconf_response()
3032 ack_param.param_hdr.type = response_type; in sctp_add_asconf_response()
3033 ack_param.param_hdr.length = htons(sizeof(ack_param) + in sctp_add_asconf_response()
3064 if (asconf_param->param_hdr.type != SCTP_PARAM_ADD_IP && in sctp_process_asconf_param()
3065 asconf_param->param_hdr.type != SCTP_PARAM_DEL_IP && in sctp_process_asconf_param()
3066 asconf_param->param_hdr.type != SCTP_PARAM_SET_PRIMARY) in sctp_process_asconf_param()
3097 switch (asconf_param->param_hdr.type) { in sctp_process_asconf_param()
3235 length = ntohs(param.addip->param_hdr.length); in sctp_verify_asconf()
3367 switch (asconf_param->param_hdr.type) { in sctp_asconf_param_success()
3439 switch (asconf_ack_param->param_hdr.type) { in sctp_get_asconf_response()
3456 length = ntohs(asconf_ack_param->param_hdr.length); in sctp_get_asconf_response()
3526 asconf_param->param_hdr.type; in sctp_process_asconf_ack()
3539 length = ntohs(asconf_param->param_hdr.length); in sctp_process_asconf_ack()
3639 retval->param_hdr.v = (u8 *)(reconf + 1); in sctp_make_reconf()
3697 outreq.param_hdr.type = SCTP_PARAM_RESET_OUT_REQUEST; in sctp_make_strreset_req()
3698 outreq.param_hdr.length = htons(outlen); in sctp_make_strreset_req()
3710 inreq.param_hdr.type = SCTP_PARAM_RESET_IN_REQUEST; in sctp_make_strreset_req()
3711 inreq.param_hdr.length = htons(inlen); in sctp_make_strreset_req()
3743 tsnreq.param_hdr.type = SCTP_PARAM_RESET_TSN_REQUEST; in sctp_make_strreset_tsnreq()
3744 tsnreq.param_hdr.length = htons(length); in sctp_make_strreset_tsnreq()
3776 addstrm.param_hdr.type = SCTP_PARAM_RESET_ADD_OUT_STREAMS; in sctp_make_strreset_addstrm()
3777 addstrm.param_hdr.length = htons(size); in sctp_make_strreset_addstrm()
3786 addstrm.param_hdr.type = SCTP_PARAM_RESET_ADD_IN_STREAMS; in sctp_make_strreset_addstrm()
3787 addstrm.param_hdr.length = htons(size); in sctp_make_strreset_addstrm()
3820 resp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE; in sctp_make_strreset_resp()
3821 resp.param_hdr.length = htons(length); in sctp_make_strreset_resp()
3858 tsnresp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE; in sctp_make_strreset_tsnresp()
3859 tsnresp.param_hdr.length = htons(length); in sctp_make_strreset_tsnresp()