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

/linux-4.1.27/include/linux/
H A Dtcp.h171 struct list_head tsq_node; /* anchor in tsq_tasklet.head list */
/linux-4.1.27/net/ipv4/
H A Dtcp_output.c732 struct tsq_tasklet { struct
736 static DEFINE_PER_CPU(struct tsq_tasklet, tsq_tasklet);
754 struct tsq_tasklet *tsq = (struct tsq_tasklet *)data; tcp_tasklet_func()
843 struct tsq_tasklet *tsq = &per_cpu(tsq_tasklet, i); for_each_possible_cpu()
881 struct tsq_tasklet *tsq; tcp_wfree()
885 tsq = this_cpu_ptr(&tsq_tasklet); tcp_wfree()

Completed in 102 milliseconds