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:set_tun
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
398
nfp_fl_set_tun(struct nfp_app *app, struct nfp_fl_set_tun *
set_tun
,
in nfp_fl_set_tun()
argument
428
set_tun
->head.jump_id = NFP_FL_ACTION_OPCODE_SET_TUNNEL;
in nfp_fl_set_tun()
429
set_tun
->head.len_lw = act_size >> NFP_FL_LW_SIZ;
in nfp_fl_set_tun()
436
set_tun
->tun_type_index = cpu_to_be32(tmp_set_ip_tun_type_index);
in nfp_fl_set_tun()
437
set_tun
->tun_id = ip_tun->key.tun_id;
in nfp_fl_set_tun()
440
set_tun
->ttl = ip_tun->key.ttl;
in nfp_fl_set_tun()
451
set_tun
->ttl = ip6_dst_hoplimit(dst);
in nfp_fl_set_tun()
454
set_tun
->ttl = net->ipv6.devconf_all->hop_limit;
in nfp_fl_set_tun()
472
set_tun
->ttl = ip4_dst_hoplimit(&rt->dst);
in nfp_fl_set_tun()
475
set_tun
in nfp_fl_set_tun()
989
struct nfp_fl_
set_tun
*
set_tun
;
nfp_flower_loop_action()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
400
nfp_fl_set_tun(struct nfp_app *app, struct nfp_fl_set_tun *
set_tun
,
in nfp_fl_set_tun()
argument
436
set_tun
->head.jump_id = NFP_FL_ACTION_OPCODE_SET_TUNNEL;
in nfp_fl_set_tun()
437
set_tun
->head.len_lw = act_size >> NFP_FL_LW_SIZ;
in nfp_fl_set_tun()
444
set_tun
->tun_type_index = cpu_to_be32(tmp_set_ip_tun_type_index);
in nfp_fl_set_tun()
446
set_tun
->tun_id = ip_tun->key.tun_id;
in nfp_fl_set_tun()
449
set_tun
->ttl = ip_tun->key.ttl;
in nfp_fl_set_tun()
460
set_tun
->ttl = ip6_dst_hoplimit(dst);
in nfp_fl_set_tun()
463
set_tun
->ttl = net->ipv6.devconf_all->hop_limit;
in nfp_fl_set_tun()
481
set_tun
->ttl = ip4_dst_hoplimit(&rt->dst);
in nfp_fl_set_tun()
484
set_tun
in nfp_fl_set_tun()
1037
struct nfp_fl_
set_tun
*
set_tun
;
nfp_flower_loop_action()
local
[all...]
Completed in 3 milliseconds