Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c3983 static DEFINE_PER_CPU(struct tcp_md5sig_pool, tcp_md5sig_pool);
3997 void *scratch = per_cpu(tcp_md5sig_pool, cpu).scratch; in __tcp_alloc_md5sig_pool()
4007 per_cpu(tcp_md5sig_pool, cpu).scratch = scratch; in __tcp_alloc_md5sig_pool()
4009 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool()
4018 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool()
4057 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) in tcp_get_md5sig_pool()
4065 return this_cpu_ptr(&tcp_md5sig_pool); in tcp_get_md5sig_pool()
4072 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *hp, in tcp_md5_hash_skb_data()
4111 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
H A Dtcp_ipv4.c1279 static int tcp_v4_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v4_md5_hash_headers()
1307 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_hdr()
1339 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_skb()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1613 struct tcp_md5sig_pool { struct
1657 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void);
1663 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *,
1665 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c664 static int tcp_v6_md5_hash_headers(struct tcp_md5sig_pool *hp, in tcp_v6_md5_hash_headers()
694 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_hdr()
728 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_skb()