Searched refs:tcp_sigpool (Results 1 – 9 of 9) sorted by relevance
/linux-6.8/net/ipv4/ |
D | tcp_sigpool.c | 253 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c) __cond_acquires(RCU_BH) in tcp_sigpool_start() 285 void tcp_sigpool_end(struct tcp_sigpool *c) __releases(RCU_BH) in tcp_sigpool_end() 316 int tcp_sigpool_hash_skb_data(struct tcp_sigpool *hp, in tcp_sigpool_hash_skb_data()
|
D | tcp_ao.c | 23 unsigned int len, struct tcp_sigpool *hp) in tcp_ao_calc_traffic_key() 331 struct tcp_sigpool hp; in tcp_v4_ao_calc_key() 419 static int tcp_v4_ao_hash_pseudoheader(struct tcp_sigpool *hp, in tcp_v4_ao_hash_pseudoheader() 441 struct tcp_sigpool *hp, int nbytes) in tcp_ao_hash_pseudoheader() 494 static int tcp_ao_hash_sne(struct tcp_sigpool *hp, u32 sne) in tcp_ao_hash_sne() 507 static int tcp_ao_hash_header(struct tcp_sigpool *hp, in tcp_ao_hash_header() 549 struct tcp_sigpool hp; in tcp_ao_hash_hdr() 609 struct tcp_sigpool hp; in tcp_ao_hash_skb() 1314 struct tcp_sigpool hp; in tcp_ao_parse_crypto() 1526 struct tcp_sigpool hp; in tcp_ao_key_alloc()
|
D | Makefile | 63 obj-$(CONFIG_TCP_SIGPOOL) += tcp_sigpool.o
|
D | tcp_ipv4.c | 1556 static int tcp_v4_md5_hash_headers(struct tcp_sigpool *hp, 1584 struct tcp_sigpool hp; 1614 struct tcp_sigpool hp;
|
D | tcp.c | 4413 int tcp_md5_hash_key(struct tcp_sigpool *hp, in tcp_md5_hash_key()
|
/linux-6.8/net/ipv6/ |
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()
|
D | tcp_ipv6.c | 693 static int tcp_v6_md5_hash_headers(struct tcp_sigpool *hp, in tcp_v6_md5_hash_headers() 723 struct tcp_sigpool hp; in tcp_v6_md5_hash_hdr() 755 struct tcp_sigpool hp; in tcp_v6_md5_hash_skb()
|
/linux-6.8/include/net/ |
D | tcp_ao.h | 203 struct tcp_sigpool; 223 unsigned int len, struct tcp_sigpool *hp); 268 int tcp_v6_ao_hash_pseudoheader(struct tcp_sigpool *hp,
|
D | tcp.h | 1752 struct tcp_sigpool { struct 1760 int tcp_sigpool_hash_skb_data(struct tcp_sigpool *hp, argument 1771 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c); 1776 void tcp_sigpool_end(struct tcp_sigpool *c); 1853 int tcp_md5_hash_key(struct tcp_sigpool *hp,
|