Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsm_make_chunk.c2784 struct sctp_addiphdr asconf; in sctp_make_asconf()
2786 int length = sizeof(asconf) + vparam_len; in sctp_make_asconf()
2802 asconf.serial = htonl(asoc->addip_serial++); in sctp_make_asconf()
2805 sctp_addto_chunk(retval, sizeof(asconf), &asconf);
2875 /* Create an asconf chunk with the required length. */ in sctp_make_asconf_update_ip()
2880 /* Add the address parameters to the asconf chunk. */ in sctp_make_asconf_update_ip()
2938 /* Create the chunk and make asconf header. */ in sctp_make_asconf_set_prim()
2975 struct sctp_addiphdr asconf; in sctp_make_asconf_ack()
2977 int length = sizeof(asconf) in sctp_make_asconf_ack()
2776 struct sctp_addiphdr asconf; sctp_make_asconf() local
2967 struct sctp_addiphdr asconf; sctp_make_asconf_ack() local
3029 sctp_process_asconf_param(struct sctp_association * asoc,struct sctp_chunk * asconf,struct sctp_addip_param * asconf_param) sctp_process_asconf_param() argument
3241 sctp_process_asconf(struct sctp_association * asoc,struct sctp_chunk * asconf) sctp_process_asconf() argument
3443 struct sctp_chunk *asconf = asoc->addip_last_asconf; sctp_process_asconf_ack() local
[all...]
H A Dassociola.c1636 struct sctp_chunk *asconf; in sctp_assoc_free_asconf_queue() local
1639 list_for_each_entry_safe(asconf, tmp, &asoc->addip_chunk_list, list) { in sctp_assoc_free_asconf_queue()
1640 list_del_init(&asconf->list); in sctp_assoc_free_asconf_queue()
1641 sctp_chunk_free(asconf); in sctp_assoc_free_asconf_queue()
H A Dinput.c1196 struct sctp_addip_chunk *asconf = (struct sctp_addip_chunk *)ch; in __sctp_rcv_asconf_lookup() local
1201 if (ntohs(ch->length) < sizeof(*asconf) + sizeof(struct sctp_paramhdr)) in __sctp_rcv_asconf_lookup()
1205 param = (union sctp_addr_param *)(asconf + 1); in __sctp_rcv_asconf_lookup()
1212 if (sizeof(*asconf) + ntohs(param->p.length) > ntohs(ch->length)) in __sctp_rcv_asconf_lookup()
H A Dsm_statefuns.c3999 struct sctp_chunk *asconf; in sctp_send_next_asconf()
4006 asconf = list_entry(entry, struct sctp_chunk, list); in sctp_send_next_asconf()
4009 sctp_chunk_hold(asconf);
4010 asoc->addip_last_asconf = asconf;
4012 return sctp_sf_do_prm_asconf(net, ep, asoc, type, asconf, commands);
3994 struct sctp_chunk *asconf; sctp_send_next_asconf() local
/linux/include/net/sctp/
H A Dsm.h247 struct sctp_chunk *asconf);