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:tun_encap_info
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/mpls/
H
A
D
mpls_iptunnel.c
38
struct mpls_iptunnel_encap *
tun_encap_info
;
in mpls_xmit()
local
66
tun_encap_info
= mpls_lwtunnel_encap(dst->lwtstate);
in mpls_xmit()
79
if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DISABLED)
in mpls_xmit()
80
ttl =
tun_encap_info
->default_ttl;
in mpls_xmit()
81
else if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DEFAULT &&
in mpls_xmit()
88
if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DISABLED)
in mpls_xmit()
89
ttl =
tun_encap_info
->default_ttl;
in mpls_xmit()
90
else if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DEFAULT &&
in mpls_xmit()
101
new_header_size = mpls_encap_size(
tun_encap_info
);
in mpls_xmit()
127
for (i =
tun_encap_info
in mpls_xmit()
170
struct mpls_iptunnel_encap *
tun_encap_info
;
mpls_build_state()
local
231
struct mpls_iptunnel_encap *
tun_encap_info
;
mpls_fill_encap_info()
local
251
struct mpls_iptunnel_encap *
tun_encap_info
;
mpls_encap_nlsize()
local
[all...]
/kernel/linux/linux-6.6/net/mpls/
H
A
D
mpls_iptunnel.c
38
struct mpls_iptunnel_encap *
tun_encap_info
;
in mpls_xmit()
local
66
tun_encap_info
= mpls_lwtunnel_encap(dst->lwtstate);
in mpls_xmit()
79
if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DISABLED)
in mpls_xmit()
80
ttl =
tun_encap_info
->default_ttl;
in mpls_xmit()
81
else if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DEFAULT &&
in mpls_xmit()
88
if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DISABLED)
in mpls_xmit()
89
ttl =
tun_encap_info
->default_ttl;
in mpls_xmit()
90
else if (
tun_encap_info
->ttl_propagate == MPLS_TTL_PROP_DEFAULT &&
in mpls_xmit()
101
new_header_size = mpls_encap_size(
tun_encap_info
);
in mpls_xmit()
127
for (i =
tun_encap_info
in mpls_xmit()
170
struct mpls_iptunnel_encap *
tun_encap_info
;
mpls_build_state()
local
231
struct mpls_iptunnel_encap *
tun_encap_info
;
mpls_fill_encap_info()
local
251
struct mpls_iptunnel_encap *
tun_encap_info
;
mpls_encap_nlsize()
local
[all...]
Completed in 2 milliseconds