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_GPE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
vxlan.h
128
* VXLAN Generic Protocol Extension (
VXLAN_F_GPE
):
273
#define
VXLAN_F_GPE
0x4000
macro
281
VXLAN_F_GPE
| \
287
/* Flags that can be set together with
VXLAN_F_GPE
. */
288
#define VXLAN_F_ALLOWED_GPE (
VXLAN_F_GPE
| \
337
(flags &
VXLAN_F_GPE
? 0 : ETH_HLEN);
in vxlan_headroom()
/kernel/linux/linux-6.6/include/net/
H
A
D
vxlan.h
130
* VXLAN Generic Protocol Extension (
VXLAN_F_GPE
):
326
#define
VXLAN_F_GPE
0x4000
macro
337
VXLAN_F_GPE
| \
344
/* Flags that can be set together with
VXLAN_F_GPE
. */
345
#define VXLAN_F_ALLOWED_GPE (
VXLAN_F_GPE
| \
396
(flags &
VXLAN_F_GPE
? 0 : ETH_HLEN);
in vxlan_headroom()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_core.c
1513
(vs->flags &
VXLAN_F_GPE
) ?
in __vxlan_sock_release_prep()
1703
if (vs->flags &
VXLAN_F_GPE
) {
in vxlan_rcv()
2207
if (vxflags &
VXLAN_F_GPE
) {
in vxlan_build_skb()
2557
err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags &
VXLAN_F_GPE
),
in vxlan_xmit_one()
2619
vxlan_headroom((flags &
VXLAN_F_GPE
) | VXLAN_F_IPV6),
in vxlan_xmit_one()
3185
if (vs->flags &
VXLAN_F_GPE
)
in vxlan_offload_rx_ports()
3451
(vs->flags &
VXLAN_F_GPE
) ?
in vxlan_socket_create()
3463
if (vs->flags &
VXLAN_F_GPE
) {
in vxlan_socket_create()
3585
if (conf->flags &
VXLAN_F_GPE
) {
in vxlan_config_validate()
3706
if (conf->flags &
VXLAN_F_GPE
)
in vxlan_config_validate()
[all...]
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
1609
(vs->flags &
VXLAN_F_GPE
) ?
in __vxlan_sock_release_prep()
1865
if (vs->flags &
VXLAN_F_GPE
) {
in vxlan_rcv()
2379
if (vxflags &
VXLAN_F_GPE
) {
in vxlan_build_skb()
2721
err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags &
VXLAN_F_GPE
),
in vxlan_xmit_one()
2783
vxlan_headroom((flags &
VXLAN_F_GPE
) | VXLAN_F_IPV6),
in vxlan_xmit_one()
3267
if (vs->flags &
VXLAN_F_GPE
)
in vxlan_offload_rx_ports()
3528
(vs->flags &
VXLAN_F_GPE
) ?
in vxlan_socket_create()
3622
if (conf->flags &
VXLAN_F_GPE
) {
in vxlan_config_validate()
3742
if (conf->flags &
VXLAN_F_GPE
)
in vxlan_config_validate()
3788
if (flags &
VXLAN_F_GPE
)
in vxlan_config_apply()
[all...]
Completed in 22 milliseconds