Searched refs:tcp_md5sig_pool (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c2899 static struct tcp_md5sig_pool * __percpu *tcp_md5sig_pool; variable in typeref:struct:__percpu
2902 static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool * __percpu *pool)
2906 struct tcp_md5sig_pool *p = *per_cpu_ptr(pool, cpu);
2918 struct tcp_md5sig_pool * __percpu *pool = NULL;
2922 pool = tcp_md5sig_pool;
2923 tcp_md5sig_pool = NULL;
2931 static struct tcp_md5sig_pool * __percpu *
2935 struct tcp_md5sig_pool * __percpu *pool;
2937 pool = alloc_percpu(struct tcp_md5sig_pool *);
[all...]
H A Dtcp_ipv4.c1039 static int tcp_v4_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp,
1065 struct tcp_md5sig_pool *hp;
1098 struct tcp_md5sig_pool *hp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dtcp.c2899 static struct tcp_md5sig_pool * __percpu *tcp_md5sig_pool; variable in typeref:struct:__percpu
2902 static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool * __percpu *pool)
2906 struct tcp_md5sig_pool *p = *per_cpu_ptr(pool, cpu);
2918 struct tcp_md5sig_pool * __percpu *pool = NULL;
2922 pool = tcp_md5sig_pool;
2923 tcp_md5sig_pool = NULL;
2931 static struct tcp_md5sig_pool * __percpu *
2935 struct tcp_md5sig_pool * __percpu *pool;
2937 pool = alloc_percpu(struct tcp_md5sig_pool *);
[all...]
H A Dtcp_ipv4.c1039 static int tcp_v4_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp,
1065 struct tcp_md5sig_pool *hp;
1098 struct tcp_md5sig_pool *hp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dtcp.h1139 struct tcp_md5sig_pool { struct
1166 extern struct tcp_md5sig_pool * __percpu *tcp_alloc_md5sig_pool(struct sock *);
1169 extern struct tcp_md5sig_pool *tcp_get_md5sig_pool(void);
1172 extern int tcp_md5_hash_header(struct tcp_md5sig_pool *, struct tcphdr *);
1173 extern int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, struct sk_buff *,
1175 extern int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dtcp.h1139 struct tcp_md5sig_pool { struct
1166 extern struct tcp_md5sig_pool * __percpu *tcp_alloc_md5sig_pool(struct sock *);
1169 extern struct tcp_md5sig_pool *tcp_get_md5sig_pool(void);
1172 extern int tcp_md5_hash_header(struct tcp_md5sig_pool *, struct tcphdr *);
1173 extern int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, struct sk_buff *,
1175 extern int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c747 static int tcp_v6_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp,
769 struct tcp_md5sig_pool *hp;
803 struct tcp_md5sig_pool *hp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c747 static int tcp_v6_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp,
769 struct tcp_md5sig_pool *hp;
803 struct tcp_md5sig_pool *hp;

Completed in 233 milliseconds