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:nr_dev_get
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/netrom/
H
A
D
nr_loopback.c
57
dev =
nr_dev_get
(nr_dest);
in nr_loopback_timer()
H
A
D
nr_route.c
106
if ((odev=
nr_dev_get
(nr)) != NULL) { /* Can't add routes to ourself */
in nr_add_node()
591
struct net_device *
nr_dev_get
(ax25_address *addr)
in nr_dev_get()
function
771
if ((dev =
nr_dev_get
(nr_dest)) != NULL) { /* Its for me */
in nr_route_frame()
H
A
D
af_netrom.c
590
if ((dev =
nr_dev_get
(&addr->fsa_ax25.sax25_call)) == NULL) {
in nr_bind()
/kernel/linux/linux-6.6/net/netrom/
H
A
D
nr_loopback.c
57
dev =
nr_dev_get
(nr_dest);
in nr_loopback_timer()
H
A
D
nr_route.c
106
if ((odev=
nr_dev_get
(nr)) != NULL) { /* Can't add routes to ourself */
in nr_add_node()
594
struct net_device *
nr_dev_get
(ax25_address *addr)
in nr_dev_get()
function
774
if ((dev =
nr_dev_get
(nr_dest)) != NULL) { /* Its for me */
in nr_route_frame()
H
A
D
af_netrom.c
590
if ((dev =
nr_dev_get
(&addr->fsa_ax25.sax25_call)) == NULL) {
in nr_bind()
/kernel/linux/linux-5.10/include/net/
H
A
D
netrom.h
216
struct net_device *
nr_dev_get
(ax25_address *);
/kernel/linux/linux-6.6/include/net/
H
A
D
netrom.h
217
struct net_device *
nr_dev_get
(ax25_address *);
Completed in 8 milliseconds