Lines Matching defs:sat
214 struct sctp_supported_addrs_param sat;
335 sat.param_hdr.type = SCTP_PARAM_SUPPORTED_ADDRESS_TYPES;
336 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types));
337 sctp_addto_chunk(retval, sizeof(sat), &sat);
2508 __u16 sat;
2566 sat = ntohs(param.p->length) - sizeof(struct sctp_paramhdr);
2567 if (sat)
2568 sat /= sizeof(__u16);
2570 for (i = 0; i < sat; ++i) {
2571 switch (param.sat->types[i]) {