Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:responder_ltk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
smp.c
117
struct smp_ltk *
responder_ltk
;
member
780
if (smp->
responder_ltk
) {
in smp_chan_destroy()
781
list_del_rcu(&smp->
responder_ltk
->list);
in smp_chan_destroy()
782
kfree_rcu(smp->
responder_ltk
, rcu);
in smp_chan_destroy()
1097
if (smp->
responder_ltk
) {
in smp_notify_keys()
1098
smp->
responder_ltk
->link_type = hcon->type;
in smp_notify_keys()
1099
smp->
responder_ltk
->bdaddr_type = hcon->dst_type;
in smp_notify_keys()
1100
bacpy(&smp->
responder_ltk
->bdaddr, &hcon->dst);
in smp_notify_keys()
1101
mgmt_new_ltk(hdev, smp->
responder_ltk
, persistent);
in smp_notify_keys()
1306
smp->
responder_ltk
in smp_distribute_keys()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
smp.c
118
struct smp_ltk *
responder_ltk
;
member
781
if (smp->
responder_ltk
) {
in smp_chan_destroy()
782
list_del_rcu(&smp->
responder_ltk
->list);
in smp_chan_destroy()
783
kfree_rcu(smp->
responder_ltk
, rcu);
in smp_chan_destroy()
1103
if (smp->
responder_ltk
) {
in smp_notify_keys()
1104
smp->
responder_ltk
->link_type = hcon->type;
in smp_notify_keys()
1105
smp->
responder_ltk
->bdaddr_type = hcon->dst_type;
in smp_notify_keys()
1106
bacpy(&smp->
responder_ltk
->bdaddr, &hcon->dst);
in smp_notify_keys()
1107
mgmt_new_ltk(hdev, smp->
responder_ltk
, persistent);
in smp_notify_keys()
1312
smp->
responder_ltk
in smp_distribute_keys()
[all...]
Completed in 10 milliseconds