Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtcp.h201 struct list_head tsq_node; /* anchor in tsq_tasklet.head list */ member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_minisocks.c490 INIT_LIST_HEAD(&newtp->tsq_node); in tcp_create_openreq_child()
Dtcp_output.c1055 tp = list_entry(q, struct tcp_sock, tsq_node); in tcp_tasklet_func()
1056 list_del(&tp->tsq_node); in tcp_tasklet_func()
1176 list_add(&tp->tsq_node, &tsq->head); in tcp_wfree()
Dtcp.c420 INIT_LIST_HEAD(&tp->tsq_node); in tcp_init_sock()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip.c1376 INIT_LIST_HEAD(&tp->tsq_node); in tcp_nip_init_sock()
Dtcp_nip_input.c1019 INIT_LIST_HEAD(&newtp->tsq_node); in tcp_nip_create_openreq_child()