Searched refs:tls_push_record (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_device.c | 271 static int tls_push_record(struct sock *sk, in tls_push_record() function 523 rc = tls_push_record(sk, in tls_push_data()
|
H A D | tls_sw.c | 672 static int tls_push_record(struct sock *sk, int flags, in tls_push_record() function 808 err = tls_push_record(sk, flags, record_type); in bpf_exec_tx_verdict() 837 err = tls_push_record(sk, flags, record_type); in bpf_exec_tx_verdict()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_device.c | 283 static int tls_push_record(struct sock *sk, in tls_push_record() function 550 rc = tls_push_record(sk, in tls_push_data()
|
H A D | tls_sw.c | 724 static int tls_push_record(struct sock *sk, int flags, in tls_push_record() function 859 err = tls_push_record(sk, flags, record_type); in bpf_exec_tx_verdict() 888 err = tls_push_record(sk, flags, record_type); in bpf_exec_tx_verdict()
|
Completed in 16 milliseconds