Searched refs:num_ext (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c209 int num_ext = 0; local
247 extensions[num_ext] = SCTP_CID_ASCONF;
248 extensions[num_ext+1] = SCTP_CID_ASCONF_ACK;
249 num_ext += 2;
276 extensions[num_ext] = SCTP_CID_AUTH;
277 num_ext += 1;
281 if (num_ext)
283 num_ext);
312 if (num_ext) {
315 htons(sizeof(sctp_supported_ext_param_t) + num_ext);
361 int num_ext = 0; local
1902 __u16 num_ext = ntohs(param.p->length) - sizeof(sctp_paramhdr_t); local
1936 __u16 num_ext = ntohs(param.p->length) - sizeof(sctp_paramhdr_t); local
[all...]

Completed in 77 milliseconds