Searched defs:tcp_md5sig_pool (Results 1 – 2 of 2) sorted by relevance
1196 struct tcp_md5sig_pool { struct1197 struct hash_desc md5_desc;1198 union tcp_md5sum_block md5_blk;
2874 static struct tcp_md5sig_pool __percpu *tcp_md5sig_pool; variable