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:dev_valid_name
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_options.c
1347
if (!
dev_valid_name
(newval->string) ||
in bond_option_queue_id_set()
1397
!
dev_valid_name
(ifname))
in bond_option_slaves_set()
H
A
D
bond_sysfs.c
91
!
dev_valid_name
(ifname))
in bonding_store_bonds()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_options.c
1550
if (!
dev_valid_name
(newval->string) ||
in bond_option_queue_id_set()
1600
!
dev_valid_name
(ifname))
in bond_option_slaves_set()
H
A
D
bond_sysfs.c
91
!
dev_valid_name
(ifname))
in bonding_store_bonds()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_vti.c
211
if (!
dev_valid_name
(p->name))
in vti6_tnl_create()
H
A
D
sit.c
255
if (!
dev_valid_name
(parms->name))
in ipip6_tunnel_locate()
H
A
D
ip6_gre.c
361
if (!
dev_valid_name
(parms->name))
in ip6gre_tunnel_locate()
H
A
D
ip6_tunnel.c
323
if (!
dev_valid_name
(p->name))
in ip6_tnl_create()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_ether.c
1027
if (!
dev_valid_name
(tmp))
in gether_set_ifname()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_vti.c
212
if (!
dev_valid_name
(p->name))
in vti6_tnl_create()
H
A
D
sit.c
255
if (!
dev_valid_name
(parms->name))
in ipip6_tunnel_locate()
H
A
D
ip6_gre.c
361
if (!
dev_valid_name
(parms->name))
in ip6gre_tunnel_locate()
H
A
D
ip6_tunnel.c
294
if (!
dev_valid_name
(p->name))
in ip6_tnl_create()
/kernel/linux/linux-5.10/net/core/
H
A
D
dev.c
1131
*
dev_valid_name
- check if name is okay for network device
1138
bool
dev_valid_name
(const char *name)
in dev_valid_name()
function
1154
EXPORT_SYMBOL(
dev_valid_name
);
variable
1179
if (!
dev_valid_name
(name))
in __dev_alloc_name()
1275
if (!
dev_valid_name
(name))
in dev_get_valid_name()
/kernel/linux/linux-6.6/net/core/
H
A
D
dev.c
1031
*
dev_valid_name
- check if name is okay for network device
1038
bool
dev_valid_name
(const char *name)
in dev_valid_name()
function
1054
EXPORT_SYMBOL(
dev_valid_name
);
variable
1079
if (!
dev_valid_name
(name))
in __dev_alloc_name()
1142
if (!
dev_valid_name
(want_name))
in dev_prep_valid_name()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_tunnel.c
243
if (!
dev_valid_name
(parms->name))
in __ip_tunnel_create()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_tunnel.c
243
if (!
dev_valid_name
(parms->name))
in __ip_tunnel_create()
/kernel/linux/linux-5.10/include/linux/
H
A
D
netdevice.h
3904
bool
dev_valid_name
(const char *name);
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
3922
bool
dev_valid_name
(const char *name);
Completed in 78 milliseconds