Searched refs:tcp_socket_head (Results 1 – 3 of 3) sorted by relevance
119 struct list_head *tcp_socket_head; in uip_static_init() local123 tcp_socket_head = &info->tcp_socket_head; in uip_static_init()127 INIT_LIST_HEAD(tcp_socket_head); in uip_static_init()
34 sk_head = &arg->info->tcp_socket_head; in uip_tcp_socket_find()61 sk_head = &arg->info->tcp_socket_head; in uip_tcp_socket_alloc()379 list_for_each_entry_safe(sk, next, &info->tcp_socket_head, list) in uip_tcp_exit()
189 struct list_head tcp_socket_head; member