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

/linux-master/net/sctp/
H A Dsm_make_chunk.c2801 struct sctp_addiphdr asconf; local
2803 int length = sizeof(asconf) + vparam_len;
2819 asconf.serial = htonl(asoc->addip_serial++);
2822 sctp_addto_chunk(retval, sizeof(asconf), &asconf);
2892 /* Create an asconf chunk with the required length. */
2897 /* Add the address parameters to the asconf chunk. */
2955 /* Create the chunk and make asconf header. */
2992 struct sctp_addiphdr asconf; local
2994 int length = sizeof(asconf)
3053 sctp_process_asconf_param(struct sctp_association *asoc, struct sctp_chunk *asconf, struct sctp_addip_param *asconf_param) argument
3265 sctp_process_asconf(struct sctp_association *asoc, struct sctp_chunk *asconf) argument
3468 struct sctp_chunk *asconf = asoc->addip_last_asconf; local
[all...]
H A Dassociola.c1653 struct sctp_chunk *asconf; local
1656 list_for_each_entry_safe(asconf, tmp, &asoc->addip_chunk_list, list) {
1657 list_del_init(&asconf->list);
1658 sctp_chunk_free(asconf);
H A Dinput.c1193 struct sctp_addip_chunk *asconf = (struct sctp_addip_chunk *)ch; local
1198 if (ntohs(ch->length) < sizeof(*asconf) + sizeof(struct sctp_paramhdr))
1202 param = (union sctp_addr_param *)(asconf + 1);
H A Dsm_statefuns.c3979 struct sctp_chunk *asconf; local
3986 asconf = list_entry(entry, struct sctp_chunk, list);
3989 sctp_chunk_hold(asconf);
3990 asoc->addip_last_asconf = asconf;
3992 return sctp_sf_do_prm_asconf(net, ep, asoc, type, asconf, commands);
/linux-master/include/net/sctp/
H A Dsm.h248 struct sctp_chunk *asconf);

Completed in 127 milliseconds