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:vxlan_addr_any
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_vnifilter.c
273
if (!
vxlan_addr_any
(&vbegin->remote_ip)) {
in vxlan_fill_vni_filter_entry()
486
if (remote_ip && !
vxlan_addr_any
(remote_ip)) {
in vxlan_update_default_fdb_entry()
502
if (old_remote_ip && !
vxlan_addr_any
(old_remote_ip)) {
in vxlan_update_default_fdb_entry()
532
if (group && !
vxlan_addr_any
(group)) {
in vxlan_vni_update_group()
535
if (!
vxlan_addr_any
(&dst->remote_ip))
in vxlan_vni_update_group()
542
if (!newrip && !
vxlan_addr_any
(&old_remote_ip))
in vxlan_vni_update_group()
602
if (
vxlan_addr_any
(&vent->remote_ip)) {
in vxlan_vnilist_update_group()
624
if (!
vxlan_addr_any
(&vninode->remote_ip) ||
in vxlan_vni_delete_group()
625
!
vxlan_addr_any
(&dst->remote_ip))
in vxlan_vni_delete_group()
627
(
vxlan_addr_any
(
in vxlan_vni_delete_group()
[all...]
H
A
D
vxlan_mdb.c
173
if (!
vxlan_addr_any
(&mdb_entry->key.src) &&
in vxlan_mdb_entry_info_fill()
398
return !
vxlan_addr_any
(&group->dst) &&
vxlan_addr_any
(&group->src);
in vxlan_mdb_is_star_g()
403
return !
vxlan_addr_any
(&group->dst) && !
vxlan_addr_any
(&group->src);
in vxlan_mdb_is_sg()
512
!
vxlan_addr_any
(&cfg->group.dst)) {
in vxlan_mdb_config_attrs_init()
517
if (
vxlan_addr_any
(&cfg->group.dst) &&
in vxlan_mdb_config_attrs_init()
H
A
D
vxlan_core.c
183
send_ip = !
vxlan_addr_any
(&rdst->remote_ip);
in vxlan_fdb_info()
1300
if (!
vxlan_addr_any
(&ip)) {
in __vxlan_fdb_delete()
1872
if (f &&
vxlan_addr_any
(&(first_remote_rcu(f)->remote_ip))) {
in arp_reduce()
2036
if (f &&
vxlan_addr_any
(&(first_remote_rcu(f)->remote_ip))) {
in neigh_reduce()
2445
if (
vxlan_addr_any
(dst)) {
in vxlan_xmit_one()
3818
if (!
vxlan_addr_any
(&dst->remote_ip)) {
in __vxlan_dev_create()
4244
if (!
vxlan_addr_any
(&conf.remote_ip)) {
in vxlan_changelink()
4260
if (!
vxlan_addr_any
(&dst->remote_ip))
in vxlan_changelink()
4353
if (!
vxlan_addr_any
(&dst->remote_ip)) {
in vxlan_fill_info()
4370
if (!
vxlan_addr_any
(
in vxlan_fill_info()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
vxlan.h
391
static inline bool
vxlan_addr_any
(const union vxlan_addr *ipa)
in vxlan_addr_any()
function
409
static inline bool
vxlan_addr_any
(const union vxlan_addr *ipa)
in vxlan_addr_any()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
vxlan.h
450
static inline bool
vxlan_addr_any
(const union vxlan_addr *ipa)
in vxlan_addr_any()
function
468
static inline bool
vxlan_addr_any
(const union vxlan_addr *ipa)
in vxlan_addr_any()
function
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_nve_vxlan.c
41
if (
vxlan_addr_any
(&cfg->saddr)) {
in mlxsw_sp_nve_vxlan_can_offload()
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
289
send_ip = !
vxlan_addr_any
(&rdst->remote_ip);
in vxlan_fdb_info()
1347
if (!
vxlan_addr_any
(&ip)) {
in __vxlan_fdb_delete()
2029
if (f &&
vxlan_addr_any
(&(first_remote_rcu(f)->remote_ip))) {
in arp_reduce()
2189
if (f &&
vxlan_addr_any
(&(first_remote_rcu(f)->remote_ip))) {
in neigh_reduce()
2614
if (
vxlan_addr_any
(dst)) {
in vxlan_xmit_one()
3870
if (!
vxlan_addr_any
(&dst->remote_ip)) {
in __vxlan_dev_create()
4270
if (!
vxlan_addr_any
(&conf.remote_ip)) {
in vxlan_changelink()
4286
if (!
vxlan_addr_any
(&dst->remote_ip))
in vxlan_changelink()
4361
if (!
vxlan_addr_any
(&dst->remote_ip)) {
in vxlan_fill_info()
4378
if (!
vxlan_addr_any
(
in vxlan_fill_info()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_nve_vxlan.c
70
if (
vxlan_addr_any
(&cfg->saddr)) {
in mlxsw_sp_nve_vxlan_can_offload()
Completed in 18 milliseconds