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:neigh_parms_net
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
neighbour.h
344
struct net *
neigh_parms_net
(const struct neigh_parms *parms)
in neigh_parms_net()
function
/kernel/linux/linux-5.10/net/core/
H
A
D
neighbour.c
1622
if ((p->dev && p->dev->ifindex == ifindex && net_eq(
neigh_parms_net
(p), net)) ||
in lookup_neigh_parms()
2425
if (!net_eq(
neigh_parms_net
(p), net))
in neightbl_dump_info()
3458
struct net *net =
neigh_parms_net
(p);
in neigh_proc_update()
3701
if (
neigh_parms_net
(p)->user_ns != &init_user_ns)
in neigh_sysctl_register()
3718
register_net_sysctl(
neigh_parms_net
(p), neigh_path, t->neigh_vars);
in neigh_sysctl_register()
/kernel/linux/linux-6.6/include/net/
H
A
D
neighbour.h
369
struct net *
neigh_parms_net
(const struct neigh_parms *parms)
in neigh_parms_net()
function
/kernel/linux/linux-6.6/net/core/
H
A
D
neighbour.c
1701
if ((p->dev && p->dev->ifindex == ifindex && net_eq(
neigh_parms_net
(p), net)) ||
in lookup_neigh_parms()
2537
if (!net_eq(
neigh_parms_net
(p), net))
in neightbl_dump_info()
3580
struct net *net =
neigh_parms_net
(p);
in neigh_proc_update()
3859
t->sysctl_header = register_net_sysctl_sz(
neigh_parms_net
(p),
in neigh_sysctl_register()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
2881
net =
neigh_parms_net
(n->parms);
in mlxsw_sp_router_schedule_neigh_work()
Completed in 27 milliseconds