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

/linux-4.1.27/net/tipc/
H A Dserver.c80 struct outqueue_entry { struct
401 static struct outqueue_entry *tipc_alloc_entry(void *data, int len) tipc_alloc_entry()
403 struct outqueue_entry *entry; tipc_alloc_entry()
406 entry = kmalloc(sizeof(struct outqueue_entry), GFP_ATOMIC); tipc_alloc_entry()
423 static void tipc_free_entry(struct outqueue_entry *e) tipc_free_entry()
431 struct outqueue_entry *e, *safe; tipc_clean_outqueues()
444 struct outqueue_entry *e; tipc_conn_sendmsg()
488 struct outqueue_entry *e; tipc_send_to_sock()
494 e = list_entry(con->outqueue.next, struct outqueue_entry, tipc_send_to_sock()

Completed in 103 milliseconds