Home
last modified time | relevance | path

Searched refs:tcp_md5sig_pool (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/ipv4/
Dtcp.c4411 static DEFINE_PER_CPU(struct tcp_md5sig_pool, tcp_md5sig_pool);
4425 void *scratch = per_cpu(tcp_md5sig_pool, cpu).scratch; in __tcp_alloc_md5sig_pool()
4435 per_cpu(tcp_md5sig_pool, cpu).scratch = scratch; in __tcp_alloc_md5sig_pool()
4437 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool()
4446 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool()
4485 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) in tcp_get_md5sig_pool()
4493 return this_cpu_ptr(&tcp_md5sig_pool); in tcp_get_md5sig_pool()
4500 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *hp, in tcp_md5_hash_skb_data()
4539 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
Dtcp_ipv4.c1317 static int tcp_v4_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v4_md5_hash_headers()
1345 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_hdr()
1377 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_skb()
/linux-6.1.9/include/net/
Dtcp.h1668 struct tcp_md5sig_pool { struct
1726 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void);
1732 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *,
1734 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
/linux-6.1.9/net/ipv6/
Dtcp_ipv6.c676 static int tcp_v6_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v6_md5_hash_headers()
706 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_hdr()
740 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_skb()