Searched refs:xladdr_entry (Results 1 – 1 of 1) sorted by relevance
97 static LIST_HEAD(xladdr_list, xladdr_entry) xladdr_head;98 struct xladdr_entry { struct100 LIST_ENTRY(xladdr_entry) xladdr_entries; argument215 struct xladdr_entry *prev_xl = NULL, *xl = NULL, *xl_tmp; in sctp_process_tcb()232 xl = malloc(sizeof(struct xladdr_entry)); in sctp_process_tcb()235 (u_long)sizeof(struct xladdr_entry)); in sctp_process_tcb()