Searched defs:param_hdr (Results 1 - 2 of 2) sorted by relevance

/net/sctp/
H A Dsm_make_chunk.c306 retval->param_hdr.v =
316 sat.param_hdr.type = SCTP_PARAM_SUPPORTED_ADDRESS_TYPES;
317 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types));
327 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
328 ext_param.param_hdr.length =
339 aiparam.param_hdr.type = SCTP_PARAM_ADAPTATION_LAYER_IND;
340 aiparam.param_hdr.length = htons(sizeof(aiparam));
464 retval->param_hdr.v = sctp_addto_chunk(retval, addrs_len, addrs.v);
469 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
470 ext_param.param_hdr
3096 sctp_verify_asconf(const struct sctp_association *asoc, struct sctp_paramhdr *param_hdr, void *chunk_end, struct sctp_paramhdr **errp) argument
[all...]
H A Dsm_statefuns.c400 chunk->param_hdr.v = skb_pull(chunk->skb, sizeof(sctp_inithdr_t));
584 chunk->param_hdr.v = skb_pull(chunk->skb, sizeof(sctp_inithdr_t));
1058 sctp_paramhdr_t *param_hdr; local
1076 param_hdr = (sctp_paramhdr_t *) chunk->subh.hb_hdr;
1079 if (ntohs(param_hdr->length) > paylen)
1081 param_hdr, commands);
1086 reply = sctp_make_heartbeat_ack(asoc, chunk, param_hdr, paylen);
1149 if (ntohs(hbinfo->param_hdr.length) !=
1434 chunk->param_hdr.v = skb_pull(chunk->skb, sizeof(sctp_inithdr_t));
2332 bht.param_hdr
[all...]

Completed in 99 milliseconds