Searched full:tcp_sigpool (Results 1 – 4 of 4) sorted by relevance
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()
25 unsigned int len, struct tcp_sigpool *hp) in tcp_ao_calc_traffic_key()351 struct tcp_sigpool hp; in tcp_v4_ao_calc_key()439 static int tcp_v4_ao_hash_pseudoheader(struct tcp_sigpool *hp, in tcp_v4_ao_hash_pseudoheader()461 struct tcp_sigpool *hp, int nbytes) in tcp_ao_hash_pseudoheader()510 /* tcp_ao_hash_sne(struct tcp_sigpool *hp)514 static int tcp_ao_hash_sne(struct tcp_sigpool *hp, u32 sne) in tcp_ao_hash_sne()527 static int tcp_ao_hash_header(struct tcp_sigpool *hp, in tcp_ao_hash_header()569 struct tcp_sigpool hp; in tcp_ao_hash_hdr()629 struct tcp_sigpool hp; in tcp_ao_hash_skb()1345 struct tcp_sigpool hp; in tcp_ao_parse_crypto()[all …]
744 config TCP_SIGPOOL config751 select TCP_SIGPOOL
2021 * struct tcp_sigpool - per-CPU pool of ahash_requests2027 struct tcp_sigpool { struct2035 int tcp_sigpool_hash_skb_data(struct tcp_sigpool *hp, argument2041 * @id: tcp_sigpool that was previously allocated by tcp_sigpool_alloc_ahash()2042 * @c: returned tcp_sigpool for usage (uninitialized on failure)2046 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c);2048 * tcp_sigpool_end - enable bh and stop using tcp_sigpool2049 * @c: tcp_sigpool context that was returned by tcp_sigpool_start()2051 void tcp_sigpool_end(struct tcp_sigpool *c);