Lines Matching defs:sat
206 struct sctp_supported_addrs_param sat;
327 sat.param_hdr.type = SCTP_PARAM_SUPPORTED_ADDRESS_TYPES;
328 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types));
329 sctp_addto_chunk(retval, sizeof(sat), &sat);
2546 __u16 sat;
2600 sat = ntohs(param.p->length) - sizeof(struct sctp_paramhdr);
2601 if (sat)
2602 sat /= sizeof(__u16);
2604 for (i = 0; i < sat; ++i) {
2605 switch (param.sat->types[i]) {