Searched refs:tcp_sigpool (Results 1 – 8 of 8) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_sigpool.c | 260 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c) __cond_acquires(RCU_BH) in tcp_sigpool_start() 293 void tcp_sigpool_end(struct tcp_sigpool *c) __releases(RCU_BH) in tcp_sigpool_end() 325 int tcp_sigpool_hash_skb_data(struct tcp_sigpool *hp, in tcp_sigpool_hash_skb_data()
|
H A D | tcp_ao.c | 24 unsigned int len, struct tcp_sigpool *hp) in tcp_ao_calc_traffic_key() 350 struct tcp_sigpool hp; in tcp_v4_ao_calc_key() 438 static int tcp_v4_ao_hash_pseudoheader(struct tcp_sigpool *hp, in tcp_v4_ao_hash_pseudoheader() 460 struct tcp_sigpool *hp, int nbytes) in tcp_ao_hash_pseudoheader() 513 static int tcp_ao_hash_sne(struct tcp_sigpool *hp, u32 sne) in tcp_ao_hash_sne() 526 static int tcp_ao_hash_header(struct tcp_sigpool *hp, in tcp_ao_hash_header() 568 struct tcp_sigpool hp; in tcp_ao_hash_hdr() 628 struct tcp_sigpool hp; in tcp_ao_hash_skb() 1342 struct tcp_sigpool hp; in tcp_ao_parse_crypto() 1554 struct tcp_sigpool hp; in tcp_ao_key_alloc()
|
H A D | Makefile | 63 obj-$(CONFIG_TCP_SIGPOOL) += tcp_sigpool.o
|
H A D | tcp_ipv4.c | 1567 static int tcp_v4_md5_hash_headers(struct tcp_sigpool *hp, 1595 struct tcp_sigpool hp; 1625 struct tcp_sigpool hp;
|
H A D | tcp.c | 4725 int tcp_md5_hash_key(struct tcp_sigpool *hp, in tcp_md5_hash_key()
|
/linux/net/ipv6/ |
H A D | tcp_ao.c | 28 struct tcp_sigpool hp; in tcp_v6_ao_calc_key() 115 int tcp_v6_ao_hash_pseudoheader(struct tcp_sigpool *hp, in tcp_v6_ao_hash_pseudoheader()
|
H A D | tcp_ipv6.c | 690 static int tcp_v6_md5_hash_headers(struct tcp_sigpool *hp, in tcp_v6_md5_hash_headers() 720 struct tcp_sigpool hp; in tcp_v6_md5_hash_hdr() 752 struct tcp_sigpool hp; in tcp_v6_md5_hash_skb()
|
/linux/include/net/ |
H A D | tcp.h | 1820 struct tcp_sigpool { struct 1828 int tcp_sigpool_hash_skb_data(struct tcp_sigpool *hp, argument 1839 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c); 1844 void tcp_sigpool_end(struct tcp_sigpool *c); 1908 int tcp_md5_hash_key(struct tcp_sigpool *hp,
|