Searched refs:asconf (Results 1 - 4 of 4) 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.c2650 sctp_addiphdr_t asconf; local
2652 int length = sizeof(asconf) + vparam_len;
2667 asconf.serial = htonl(asoc->addip_serial++);
2670 sctp_addto_chunk(retval, sizeof(asconf), &asconf);
2731 /* Create an asconf chunk with the required length. */
2736 /* Add the address parameters to the asconf chunk. */
2783 /* Create the chunk and make asconf header. */
2820 sctp_addiphdr_t asconf; local
2822 int length = sizeof(asconf)
2879 sctp_process_asconf_param(struct sctp_association *asoc, struct sctp_chunk *asconf, sctp_addip_param_t *asconf_param) argument
3047 sctp_process_asconf(struct sctp_association *asoc, struct sctp_chunk *asconf) argument
3257 struct sctp_chunk *asconf = asoc->addip_last_asconf; local
[all...]
H A Dsm_sideeffect.c1005 /* Send the next asconf chunk from the addip chunk
1010 struct sctp_chunk *asconf = list_entry(entry, local
1015 sctp_chunk_hold(asconf);
1016 if (sctp_primitive_ASCONF(asoc, asconf))
1017 sctp_chunk_free(asconf);
1019 asoc->addip_last_asconf = asconf;
H A Dinput.c1015 sctp_addip_chunk_t *asconf = (struct sctp_addip_chunk *)ch; local
1021 param = (union sctp_addr_param *)(asconf + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsm.h259 struct sctp_chunk *asconf);

Completed in 49 milliseconds