crypto : chtls - CPL handler definition
Exchange messages with hardware to program the TLS session CPL handlers for messages received from chip. Signed-off-by: Atul Gupta <atul.gupta@chelsio.com> Signed-off-by: Michael Werner <werner@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a089439478
commit
cc35c88ae4
File diff suppressed because it is too large
Load Diff
|
@ -332,6 +332,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo)
|
||||||
tcp_update_metrics(sk);
|
tcp_update_metrics(sk);
|
||||||
tcp_done(sk);
|
tcp_done(sk);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(tcp_time_wait);
|
||||||
|
|
||||||
void tcp_twsk_destructor(struct sock *sk)
|
void tcp_twsk_destructor(struct sock *sk)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue