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:gre_calc_hlen
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
tc_tun_gre.c
14
return
gre_calc_hlen
(e->tun_info->key.tun_flags);
in mlx5e_tc_tun_calc_hlen_gretap()
/kernel/linux/linux-5.10/include/net/
H
A
D
gre.h
52
static inline int
gre_calc_hlen
(__be16 o_flags)
in gre_calc_hlen()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
gre.h
52
static inline int
gre_calc_hlen
(__be16 o_flags)
in gre_calc_hlen()
function
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
tc_tun_gre.c
14
return
gre_calc_hlen
(e->tun_info->key.tun_flags);
in mlx5e_tc_tun_calc_hlen_gretap()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
gre_demux.c
77
hdr_len =
gre_calc_hlen
(tpi->flags);
in gre_parse_header()
H
A
D
ip_gre.c
487
tunnel_hlen =
gre_calc_hlen
(key->tun_flags);
in gre_fb_xmit()
756
tunnel->tun_hlen =
gre_calc_hlen
(tunnel->parms.o_flags);
in ipgre_link_update()
956
tunnel->tun_hlen =
gre_calc_hlen
(tunnel->parms.o_flags);
in __gre_tunnel_init()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
gre_demux.c
77
hdr_len =
gre_calc_hlen
(tpi->flags);
in gre_parse_header()
H
A
D
ip_gre.c
492
tunnel_hlen =
gre_calc_hlen
(key->tun_flags);
in gre_fb_xmit()
764
tunnel->tun_hlen =
gre_calc_hlen
(tunnel->parms.o_flags);
in ipgre_link_update()
961
tunnel->tun_hlen =
gre_calc_hlen
(tunnel->parms.o_flags);
in __gre_tunnel_init()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H
A
D
ip_vs_xmit.c
397
mtu -=
gre_calc_hlen
(tflags);
in __ip_vs_get_out_rt()
560
mtu -=
gre_calc_hlen
(tflags);
in __ip_vs_get_out_rt_v6()
1107
hdrlen =
gre_calc_hlen
(tflags);
in ipvs_gre_encap()
1191
gre_hdrlen =
gre_calc_hlen
(tflags);
in ip_vs_tunnel_xmit()
1342
gre_hdrlen =
gre_calc_hlen
(tflags);
in ip_vs_tunnel_xmit_v6()
H
A
D
ip_vs_core.c
1628
return
gre_calc_hlen
(gre_flags_to_tnl_flags(greh->flags));
in ipvs_gre_decap()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H
A
D
ip_vs_xmit.c
397
mtu -=
gre_calc_hlen
(tflags);
in __ip_vs_get_out_rt()
560
mtu -=
gre_calc_hlen
(tflags);
in __ip_vs_get_out_rt_v6()
1091
hdrlen =
gre_calc_hlen
(tflags);
in ipvs_gre_encap()
1173
gre_hdrlen =
gre_calc_hlen
(tflags);
in ip_vs_tunnel_xmit()
1318
gre_hdrlen =
gre_calc_hlen
(tflags);
in ip_vs_tunnel_xmit_v6()
H
A
D
ip_vs_core.c
1563
return
gre_calc_hlen
(gre_flags_to_tnl_flags(greh->flags));
in ipvs_gre_decap()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_gre.c
761
tun_hlen =
gre_calc_hlen
(flags);
in __gre6_xmit()
1180
tunnel->tun_hlen =
gre_calc_hlen
(tunnel->parms.o_flags);
in ip6gre_calc_hlen()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_gre.c
783
tun_hlen =
gre_calc_hlen
(flags);
in __gre6_xmit()
1179
tunnel->tun_hlen =
gre_calc_hlen
(tunnel->parms.o_flags);
in ip6gre_calc_hlen()
Completed in 23 milliseconds