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:hv1
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H
A
D
mtk_ppe.c
143
u32
hv1
, hv2, hv3;
in mtk_ppe_hash_entry()
local
149
hv1
= e->ipv4.orig.ports;
in mtk_ppe_hash_entry()
155
hv1
= e->ipv6.src_ip[3] ^ e->ipv6.dest_ip[3];
in mtk_ppe_hash_entry()
156
hv1
^= e->ipv6.ports;
in mtk_ppe_hash_entry()
171
hash = (
hv1
& hv2) | ((~
hv1
) & hv3);
in mtk_ppe_hash_entry()
173
hash ^=
hv1
^ hv2 ^ hv3;
in mtk_ppe_hash_entry()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
if_packet.h
162
struct tpacket_hdr_variant1
hv1
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
if_packet.h
162
struct tpacket_hdr_variant1
hv1
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
if_packet.h
149
struct tpacket_hdr_variant1
hv1
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
if_packet.h
177
struct tpacket_hdr_variant1
hv1
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
if_packet.h
180
struct tpacket_hdr_variant1
hv1
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
toeplitz.c
208
if (hdr->
hv1
.tp_rxhash)
in recv_frame()
209
verify_rxhash(frame + hdr->tp_net, hdr->
hv1
.tp_rxhash,
in recv_frame()
/kernel/linux/linux-5.10/net/packet/
H
A
D
af_packet.c
963
ppd->
hv1
.tp_rxhash = skb_get_hash(pkc->skb);
in prb_fill_rxhash()
969
ppd->
hv1
.tp_rxhash = 0;
in prb_clear_rxhash()
976
ppd->
hv1
.tp_vlan_tci = skb_vlan_tag_get(pkc->skb);
in prb_fill_vlan_info()
977
ppd->
hv1
.tp_vlan_tpid = ntohs(pkc->skb->vlan_proto);
in prb_fill_vlan_info()
980
ppd->
hv1
.tp_vlan_tci = 0;
in prb_fill_vlan_info()
981
ppd->
hv1
.tp_vlan_tpid = 0;
in prb_fill_vlan_info()
989
ppd->
hv1
.tp_padding = 0;
in prb_run_all_ft_ops()
/kernel/linux/linux-6.6/net/packet/
H
A
D
af_packet.c
998
ppd->
hv1
.tp_rxhash = skb_get_hash(pkc->skb);
in prb_fill_rxhash()
1004
ppd->
hv1
.tp_rxhash = 0;
in prb_clear_rxhash()
1011
ppd->
hv1
.tp_vlan_tci = skb_vlan_tag_get(pkc->skb);
in prb_fill_vlan_info()
1012
ppd->
hv1
.tp_vlan_tpid = ntohs(pkc->skb->vlan_proto);
in prb_fill_vlan_info()
1015
ppd->
hv1
.tp_vlan_tci = 0;
in prb_fill_vlan_info()
1016
ppd->
hv1
.tp_vlan_tpid = 0;
in prb_fill_vlan_info()
1024
ppd->
hv1
.tp_padding = 0;
in prb_run_all_ft_ops()
Completed in 16 milliseconds