Home
last modified time | relevance | path

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

/linux-3.3/include/net/
Dtcp.h1196 struct tcp_md5sig_pool { struct
1197 struct hash_desc md5_desc;
1198 union tcp_md5sum_block md5_blk;
/linux-3.3/net/ipv4/
Dtcp.c2874 static struct tcp_md5sig_pool __percpu *tcp_md5sig_pool; variable