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_F_IPV6
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
vxlan.h
264
#define
VXLAN_F_IPV6
0x20
macro
289
VXLAN_F_IPV6
| \
334
return (flags &
VXLAN_F_IPV6
? sizeof(struct ipv6hdr) :
in vxlan_headroom()
/kernel/linux/linux-6.6/include/net/
H
A
D
vxlan.h
317
#define
VXLAN_F_IPV6
0x20
macro
346
VXLAN_F_IPV6
| \
393
return (flags &
VXLAN_F_IPV6
? sizeof(struct ipv6hdr) :
in vxlan_headroom()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_nve_vxlan.c
16
#define MLXSW_SP_NVE_VXLAN_IPV6_SUPPORTED_FLAGS (
VXLAN_F_IPV6
| \
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
2783
vxlan_headroom((flags & VXLAN_F_GPE) |
VXLAN_F_IPV6
),
in vxlan_xmit_one()
3593
bool ipv6 = vxlan->cfg.flags &
VXLAN_F_IPV6
|| metadata;
in vxlan_sock_add()
3664
conf->flags |=
VXLAN_F_IPV6
;
in vxlan_config_validate()
3759
if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS |
VXLAN_F_IPV6
)) !=
in vxlan_config_validate()
3760
(conf->flags & (VXLAN_F_RCV_FLAGS |
VXLAN_F_IPV6
)))
in vxlan_config_validate()
3826
flags |=
VXLAN_F_IPV6
;
in vxlan_config_apply()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_core.c
2619
vxlan_headroom((flags & VXLAN_F_GPE) |
VXLAN_F_IPV6
),
in vxlan_xmit_one()
3527
bool ipv6 = vxlan->cfg.flags &
VXLAN_F_IPV6
|| metadata;
in vxlan_sock_add()
3564
if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS |
VXLAN_F_IPV6
)) !=
in vxlan_vni_in_use()
3565
(conf->flags & (VXLAN_F_RCV_FLAGS |
VXLAN_F_IPV6
)))
in vxlan_vni_in_use()
3627
conf->flags |=
VXLAN_F_IPV6
;
in vxlan_config_validate()
3774
flags |=
VXLAN_F_IPV6
;
in vxlan_config_apply()
Completed in 15 milliseconds