Searched defs:tcp_md5sig_pool (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dtcp.c3132 static struct tcp_md5sig_pool __percpu *tcp_md5sig_pool; variable in typeref:struct:__percpu
3135 static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool __percpu *pool)
3140 struct tcp_md5sig_pool *p = per_cpu_ptr(pool, cpu);
3150 struct tcp_md5sig_pool __percpu *pool = NULL;
3154 pool = tcp_md5sig_pool;
3155 tcp_md5sig_pool = NULL;
3163 static struct tcp_md5sig_pool __percpu *
3167 struct tcp_md5sig_pool __percpu *pool;
3169 pool = alloc_percpu(struct tcp_md5sig_pool);
[all...]

Completed in 67 milliseconds