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:mpls_iptun_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/mpls/
H
A
D
mpls_iptunnel.c
281
static const struct lwtunnel_encap_ops
mpls_iptun_ops
= {
variable
292
return lwtunnel_encap_add_ops(&
mpls_iptun_ops
, LWTUNNEL_ENCAP_MPLS);
in mpls_iptunnel_init()
298
lwtunnel_encap_del_ops(&
mpls_iptun_ops
, LWTUNNEL_ENCAP_MPLS);
in mpls_iptunnel_exit()
H
A
D
af_mpls.c
49
static const struct ip_tunnel_encap_ops
mpls_iptun_ops
= {
variable
55
return ip_tunnel_encap_add_ops(&
mpls_iptun_ops
, TUNNEL_ENCAP_MPLS);
in ipgre_tunnel_encap_add_mpls_ops()
60
ip_tunnel_encap_del_ops(&
mpls_iptun_ops
, TUNNEL_ENCAP_MPLS);
in ipgre_tunnel_encap_del_mpls_ops()
/kernel/linux/linux-6.6/net/mpls/
H
A
D
mpls_iptunnel.c
281
static const struct lwtunnel_encap_ops
mpls_iptun_ops
= {
variable
292
return lwtunnel_encap_add_ops(&
mpls_iptun_ops
, LWTUNNEL_ENCAP_MPLS);
in mpls_iptunnel_init()
298
lwtunnel_encap_del_ops(&
mpls_iptun_ops
, LWTUNNEL_ENCAP_MPLS);
in mpls_iptunnel_exit()
H
A
D
af_mpls.c
50
static const struct ip_tunnel_encap_ops
mpls_iptun_ops
= {
variable
56
return ip_tunnel_encap_add_ops(&
mpls_iptun_ops
, TUNNEL_ENCAP_MPLS);
in ipgre_tunnel_encap_add_mpls_ops()
61
ip_tunnel_encap_del_ops(&
mpls_iptun_ops
, TUNNEL_ENCAP_MPLS);
in ipgre_tunnel_encap_del_mpls_ops()
Completed in 9 milliseconds