Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dserver.c80 struct outqueue_entry { struct
405 static struct outqueue_entry *tipc_alloc_entry(void *data, int len) in tipc_alloc_entry()
407 struct outqueue_entry *entry; in tipc_alloc_entry()
410 entry = kmalloc(sizeof(struct outqueue_entry), GFP_ATOMIC); in tipc_alloc_entry()
427 static void tipc_free_entry(struct outqueue_entry *e) in tipc_free_entry()
435 struct outqueue_entry *e, *safe; in tipc_clean_outqueues()
448 struct outqueue_entry *e; in tipc_conn_sendmsg()
492 struct outqueue_entry *e; in tipc_send_to_sock()
498 e = list_entry(con->outqueue.next, struct outqueue_entry, in tipc_send_to_sock()