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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c2871 static struct tcp_md5sig_pool * __percpu *tcp_md5sig_pool; variable in typeref:struct:__percpu
2874 static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool * __percpu *pool)
2878 struct tcp_md5sig_pool *p = *per_cpu_ptr(pool, cpu);
2890 struct tcp_md5sig_pool * __percpu *pool = NULL;
2894 pool = tcp_md5sig_pool;
2895 tcp_md5sig_pool = NULL;
2903 static struct tcp_md5sig_pool * __percpu *
2907 struct tcp_md5sig_pool * __percpu *pool;
2909 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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;

Completed in 73 milliseconds