Searched refs:tcp_md5sig_pool (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| A D | tcp.c | 4258 static DEFINE_PER_CPU(struct tcp_md5sig_pool, tcp_md5sig_pool); 4272 void *scratch = per_cpu(tcp_md5sig_pool, cpu).scratch; in __tcp_alloc_md5sig_pool() 4282 per_cpu(tcp_md5sig_pool, cpu).scratch = scratch; in __tcp_alloc_md5sig_pool() 4284 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool() 4293 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool() 4327 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) in tcp_get_md5sig_pool() 4334 return this_cpu_ptr(&tcp_md5sig_pool); in tcp_get_md5sig_pool() 4341 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *hp, in tcp_md5_hash_skb_data() 4380 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
|
| A D | tcp_ipv4.c | 1301 static int tcp_v4_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v4_md5_hash_headers() 1329 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_hdr() 1361 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_skb()
|
| /linux/include/net/ |
| A D | tcp.h | 1632 struct tcp_md5sig_pool { struct 1676 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void); 1682 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *, 1684 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
|
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 668 static int tcp_v6_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v6_md5_hash_headers() 698 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_hdr() 732 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_skb()
|
Completed in 24 milliseconds