Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dassociola.c1636 struct sctp_chunk *asconf; in sctp_assoc_set_id()
1639 list_for_each_entry_safe(asconf, tmp, &asoc->addip_chunk_list, list) { in sctp_assoc_set_id()
1640 list_del_init(&asconf->list); in sctp_assoc_set_id()
1641 sctp_chunk_free(asconf); in sctp_assoc_set_id()
1654 struct sctp_chunk *asconf; sctp_assoc_free_asconf_queue() local
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()
H A Dsm_statefuns.c3992 struct sctp_chunk *asconf; in sctp_send_next_asconf() local
3999 asconf = list_entry(entry, struct sctp_chunk, list); in sctp_send_next_asconf()
4002 sctp_chunk_hold(asconf); in sctp_send_next_asconf()
4003 asoc->addip_last_asconf = asconf; in sctp_send_next_asconf()
4005 return sctp_sf_do_prm_asconf(net, ep, asoc, type, asconf, commands); in sctp_send_next_asconf()
/linux/include/net/sctp/
H A Dsm.h247 struct sctp_chunk *asconf);