Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp.c2867 static DEFINE_PER_CPU(struct tcp_md5sig_pool, tcp_md5sig_pool);
2876 if (!per_cpu(tcp_md5sig_pool, cpu).md5_desc.tfm) { in __tcp_alloc_md5sig_pool()
2882 per_cpu(tcp_md5sig_pool, cpu).md5_desc.tfm = hash; in __tcp_alloc_md5sig_pool()
2914 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) in tcp_get_md5sig_pool()
2921 return this_cpu_ptr(&tcp_md5sig_pool); in tcp_get_md5sig_pool()
2928 int tcp_md5_hash_header(struct tcp_md5sig_pool *hp, in tcp_md5_hash_header()
2946 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *hp, in tcp_md5_hash_skb_data()
2983 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
Dtcp_ipv4.c1016 static int tcp_v4_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp, in tcp_v4_md5_hash_pseudoheader()
1042 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_hdr()
1075 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_skb()
/linux-4.1.27/include/net/
Dtcp.h1296 struct tcp_md5sig_pool { struct
1328 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void);
1334 int tcp_md5_hash_header(struct tcp_md5sig_pool *, const struct tcphdr *);
1335 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *,
1337 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c532 static int tcp_v6_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp, in tcp_v6_md5_hash_pseudoheader()
554 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_hdr()
589 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_skb()