Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h202 struct list_head tsq_node; /* anchor in tsq_tasklet.head list */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c490 INIT_LIST_HEAD(&newtp->tsq_node); in tcp_create_openreq_child()
H A Dtcp_output.c1053 tp = list_entry(q, struct tcp_sock, tsq_node); in tcp_tasklet_func()
1054 list_del(&tp->tsq_node); in tcp_tasklet_func()
1174 list_add(&tp->tsq_node, &tsq->head); in tcp_wfree()
H A Dtcp.c419 INIT_LIST_HEAD(&tp->tsq_node); in tcp_init_sock()