Home
last modified time | relevance | path

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

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