Searched full:tcp_sigpool_start (Results 1 – 3 of 3) sorted by relevance
31 err = tcp_sigpool_start(mkt->tcp_sigpool_id, &hp); in tcp_v6_ao_calc_key()
353 err = tcp_sigpool_start(mkt->tcp_sigpool_id, &hp); in tcp_v4_ao_calc_key()575 if (tcp_sigpool_start(key->tcp_sigpool_id, &hp)) in tcp_ao_hash_hdr()635 if (tcp_sigpool_start(key->tcp_sigpool_id, &hp)) in tcp_ao_hash_skb()1399 err = tcp_sigpool_start(key->tcp_sigpool_id, &hp); in tcp_ao_parse_crypto()1574 err = tcp_sigpool_start(pool_id, &hp); in tcp_ao_key_alloc()
2023 * tcp_sigpool_start() and tcp_sigpool_end() to perform2040 * tcp_sigpool_start - disable bh and start using tcp_sigpool_ahash2046 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c);2049 * @c: tcp_sigpool context that was returned by tcp_sigpool_start()