Home | History | Annotate | Download | only in netinet

Lines Matching refs:sctp_paramhdr

1111 sctp_process_unrecog_chunk(struct sctp_tcb *stcb, struct sctp_paramhdr *phdr,
1139 sctp_process_unrecog_param(struct sctp_tcb *stcb, struct sctp_paramhdr *phdr)
1141 struct sctp_paramhdr *pbad;
1180 struct sctp_paramhdr *phdr;
1191 phdr = (struct sctp_paramhdr *)((caddr_t)ch +
1195 while ((size_t)chklen >= sizeof(struct sctp_paramhdr)) {
1323 phdr = (struct sctp_paramhdr *)((caddr_t)phdr + adjust);
2654 scm->ph.param_length = htons((sizeof(struct sctp_paramhdr) +
4193 struct sctp_paramhdr pstore;
4200 struct sctp_paramhdr *ph;
4242 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore);
4250 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, (int)sizeof(cstore)),
5615 struct sctp_paramhdr *phd;
5617 mm = sctp_get_mbuf_for_msg(sizeof(struct sctp_paramhdr),
5620 phd = mtod(mm, struct sctp_paramhdr *);