Home
last modified time | relevance | path

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

/linux-3.3/net/ipv4/
Dtcp.c2874 static struct tcp_md5sig_pool __percpu *tcp_md5sig_pool; variable
2877 static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool __percpu *pool) in __tcp_free_md5sig_pool()
2882 struct tcp_md5sig_pool *p = per_cpu_ptr(pool, cpu); in __tcp_free_md5sig_pool()
2892 struct tcp_md5sig_pool __percpu *pool = NULL; in tcp_free_md5sig_pool()
2896 pool = tcp_md5sig_pool; in tcp_free_md5sig_pool()
2897 tcp_md5sig_pool = NULL; in tcp_free_md5sig_pool()
2905 static struct tcp_md5sig_pool __percpu *
2909 struct tcp_md5sig_pool __percpu *pool; in __tcp_alloc_md5sig_pool()
2911 pool = alloc_percpu(struct tcp_md5sig_pool); in __tcp_alloc_md5sig_pool()
2930 struct tcp_md5sig_pool __percpu *tcp_alloc_md5sig_pool(struct sock *sk) in tcp_alloc_md5sig_pool()
[all …]
Dtcp_ipv4.c1078 static int tcp_v4_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp, in tcp_v4_md5_hash_pseudoheader()
1104 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_hdr()
1137 struct tcp_md5sig_pool *hp; in tcp_v4_md5_hash_skb()
/linux-3.3/include/net/
Dtcp.h1196 struct tcp_md5sig_pool { struct
1222 extern struct tcp_md5sig_pool __percpu *tcp_alloc_md5sig_pool(struct sock *);
1225 extern struct tcp_md5sig_pool *tcp_get_md5sig_pool(void);
1228 extern int tcp_md5_hash_header(struct tcp_md5sig_pool *, const struct tcphdr *);
1229 extern int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *,
1231 extern int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
/linux-3.3/net/ipv6/
Dtcp_ipv6.c743 static int tcp_v6_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp, in tcp_v6_md5_hash_pseudoheader()
765 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_hdr()
800 struct tcp_md5sig_pool *hp; in tcp_v6_md5_hash_skb()