Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp.c2939 static DEFINE_PER_CPU(struct tcp_md5sig_pool, tcp_md5sig_pool);
2948 if (!per_cpu(tcp_md5sig_pool, cpu).md5_desc.tfm) { in __tcp_alloc_md5sig_pool()
2954 per_cpu(tcp_md5sig_pool, cpu).md5_desc.tfm = hash; in __tcp_alloc_md5sig_pool()
2986 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) in tcp_get_md5sig_pool()
2993 return this_cpu_ptr(&tcp_md5sig_pool); in tcp_get_md5sig_pool()
3000 int tcp_md5_hash_header(struct tcp_md5sig_pool *hp, in tcp_md5_hash_header()
3018 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *hp, in tcp_md5_hash_skb_data()
3055 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
Dtcp_ipv4.c1018 static int tcp_v4_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp, in tcp_v4_md5_hash_pseudoheader()
1044 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_hdr()
1077 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_skb()
/linux-4.4.14/include/net/
Dtcp.h1372 struct tcp_md5sig_pool { struct
1404 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void);
1410 int tcp_md5_hash_header(struct tcp_md5sig_pool *, const struct tcphdr *);
1411 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *,
1413 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c530 static int tcp_v6_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp, in tcp_v6_md5_hash_pseudoheader()
552 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_hdr()
587 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_skb()