Searched refs:tcp_md5sig_pool (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 3602 static DEFINE_PER_CPU(struct tcp_md5sig_pool, tcp_md5sig_pool); 3616 void *scratch = per_cpu(tcp_md5sig_pool, cpu).scratch; in __tcp_alloc_md5sig_pool() 3626 per_cpu(tcp_md5sig_pool, cpu).scratch = scratch; in __tcp_alloc_md5sig_pool() 3628 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool() 3637 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool() 3668 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) in tcp_get_md5sig_pool() 3675 return this_cpu_ptr(&tcp_md5sig_pool); in tcp_get_md5sig_pool() 3682 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *hp, in tcp_md5_hash_skb_data() 3721 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
|
D | tcp_ipv4.c | 1169 static int tcp_v4_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v4_md5_hash_headers() 1197 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_hdr() 1229 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_skb()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 1523 struct tcp_md5sig_pool { struct 1556 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void); 1562 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *, 1564 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
|
/Linux-v4.19/net/ipv6/ |
D | tcp_ipv6.c | 581 static int tcp_v6_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v6_md5_hash_headers() 611 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_hdr() 645 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_skb()
|