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:nfp_tun_neigh_v6
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
tunnel_conf.c
340
&((struct
nfp_tun_neigh_v6
*)neigh->payload)->common :
in nfp_tun_mutual_link()
343
&((struct
nfp_tun_neigh_v6
*)neigh->payload)->ext :
in nfp_tun_mutual_link()
387
sizeof(struct
nfp_tun_neigh_v6
) :
in nfp_tun_link_and_update_nn_entries()
414
&((struct
nfp_tun_neigh_v6
*)neigh->payload)->ext :
in nfp_tun_cleanup_nn_entries()
421
sizeof(struct
nfp_tun_neigh_v6
) :
in nfp_tun_cleanup_nn_entries()
448
&((struct
nfp_tun_neigh_v6
*)neigh->payload)->ext :
in nfp_tun_unlink_and_update_nn_entries()
456
sizeof(struct
nfp_tun_neigh_v6
) :
in nfp_tun_unlink_and_update_nn_entries()
471
size_t neigh_size = is_ipv6 ? sizeof(struct
nfp_tun_neigh_v6
) :
in nfp_tun_write_neigh()
508
struct
nfp_tun_neigh_v6
*payload;
in nfp_tun_write_neigh()
510
payload = (struct
nfp_tun_neigh_v6
*)nn_entr
in nfp_tun_write_neigh()
[all...]
H
A
D
main.h
159
* struct
nfp_tun_neigh_v6
- neighbour/route entry on the NFP for IPv6
166
struct
nfp_tun_neigh_v6
{
struct
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
tunnel_conf.c
96
* struct
nfp_tun_neigh_v6
- neighbour/route entry on the NFP
103
struct
nfp_tun_neigh_v6
{
struct
487
struct
nfp_tun_neigh_v6
payload;
in nfp_tun_write_neigh_v6()
494
memset(&payload, 0, sizeof(struct
nfp_tun_neigh_v6
));
in nfp_tun_write_neigh_v6()
515
sizeof(struct
nfp_tun_neigh_v6
),
in nfp_tun_write_neigh_v6()
1388
struct
nfp_tun_neigh_v6
ipv6_route;
in nfp_tunnel_config_stop()
Completed in 5 milliseconds