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:HV_TCP6_L4HASH
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
hyperv_net.h
1010
#define
HV_TCP6_L4HASH
2
macro
1013
#define HV_DEFAULT_L4HASH (HV_TCP4_L4HASH |
HV_TCP6_L4HASH
| HV_UDP4_L4HASH | \
1087
pkt_proto =
HV_TCP6_L4HASH
;
in netvsc_get_hash()
H
A
D
netvsc_drv.c
1630
if (ndc->l4_hash &
HV_TCP6_L4HASH
)
in netvsc_get_rss_hash_opts()
1690
ndc->l4_hash |=
HV_TCP6_L4HASH
;
in netvsc_set_rss_hash_opts()
1715
ndc->l4_hash &= ~
HV_TCP6_L4HASH
;
in netvsc_set_rss_hash_opts()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc_drv.c
268
pkt_proto =
HV_TCP6_L4HASH
;
in netvsc_get_hash()
1641
if (ndc->l4_hash &
HV_TCP6_L4HASH
)
in netvsc_get_rss_hash_opts()
1701
ndc->l4_hash |=
HV_TCP6_L4HASH
;
in netvsc_set_rss_hash_opts()
1726
ndc->l4_hash &= ~
HV_TCP6_L4HASH
;
in netvsc_set_rss_hash_opts()
H
A
D
hyperv_net.h
934
#define
HV_TCP6_L4HASH
2
macro
937
#define HV_DEFAULT_L4HASH (HV_TCP4_L4HASH |
HV_TCP6_L4HASH
| HV_UDP4_L4HASH | \
Completed in 15 milliseconds