Home
last modified time | relevance | path

Searched refs:tcp_sigpool_end (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/
H A Dtcp_sigpool.c293 void tcp_sigpool_end(struct tcp_sigpool *c) __releases(RCU_BH) in tcp_sigpool_end() function
302 EXPORT_SYMBOL_GPL(tcp_sigpool_end);
H A Dtcp_ao.c368 tcp_sigpool_end(&hp); in tcp_v4_ao_calc_key()
608 tcp_sigpool_end(&hp); in tcp_ao_hash_hdr()
613 tcp_sigpool_end(&hp); in tcp_ao_hash_hdr()
659 tcp_sigpool_end(&hp); in tcp_ao_hash_skb()
664 tcp_sigpool_end(&hp); in tcp_ao_hash_skb()
1435 tcp_sigpool_end(&hp); in tcp_ao_parse_crypto()
1444 tcp_sigpool_end(&hp); in tcp_ao_parse_crypto()
1579 tcp_sigpool_end(&hp); in tcp_ao_key_alloc()
H A Dtcp_ipv4.c1624 tcp_sigpool_end(&hp);
1628 tcp_sigpool_end(&hp);
1667 tcp_sigpool_end(&hp);
1671 tcp_sigpool_end(&hp);
/linux/net/ipv6/
H A Dtcp_ao.c47 tcp_sigpool_end(&hp); in tcp_v6_ao_calc_key()
H A Dtcp_ipv6.c739 tcp_sigpool_end(&hp); in tcp_v6_md5_hash_hdr()
743 tcp_sigpool_end(&hp); in tcp_v6_md5_hash_hdr()
783 tcp_sigpool_end(&hp); in tcp_v6_md5_hash_skb()
787 tcp_sigpool_end(&hp); in tcp_v6_md5_hash_skb()
/linux/include/net/
H A Dtcp.h1909 * tcp_sigpool_start() and tcp_sigpool_end() to perform
1934 * tcp_sigpool_end - enable bh and stop using tcp_sigpool
1937 void tcp_sigpool_end(struct tcp_sigpool *c); in tcp_md5_do_lookup()