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:sw_hash
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/
H
A
D
queueing.h
79
u8
sw_hash
= skb->
sw_hash
;
in wg_reset_packet()
local
87
skb->
sw_hash
=
sw_hash
;
in wg_reset_packet()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H
A
D
queueing.h
79
u8
sw_hash
= skb->
sw_hash
;
in wg_reset_packet()
local
85
skb->
sw_hash
=
sw_hash
;
in wg_reset_packet()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H
A
D
rx.c
51
if (skb->
sw_hash
)
in xenvif_update_needed_slots()
300
if (skb->
sw_hash
) {
in xenvif_rx_next_skb()
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H
A
D
rx.c
51
if (skb->
sw_hash
)
in xenvif_update_needed_slots()
300
if (skb->
sw_hash
) {
in xenvif_rx_next_skb()
/kernel/linux/linux-5.10/include/linux/
H
A
D
skbuff.h
673
* @
sw_hash
: indicates hash was computed in software stack
819
__u8
sw_hash
:1;
member
1256
skb->
sw_hash
= 0;
in skb_clear_hash()
1270
skb->
sw_hash
= is_sw;
in __skb_set_hash()
1370
if (!skb->l4_hash && !skb->
sw_hash
)
in skb_get_hash()
1378
if (!skb->l4_hash && !skb->
sw_hash
) {
in skb_get_hash_flowi6()
1399
to->
sw_hash
= from->
sw_hash
;
in skb_copy_hash()
/kernel/linux/linux-6.6/include/linux/
H
A
D
skbuff.h
794
* @
sw_hash
: indicates hash was computed in software stack
954
__u8
sw_hash
:1;
1442
skb->
sw_hash
= 0;
in skb_clear_hash()
1456
skb->
sw_hash
= is_sw;
in __skb_set_hash()
1555
if (!skb->l4_hash && !skb->
sw_hash
)
in skb_get_hash()
1563
if (!skb->l4_hash && !skb->
sw_hash
) {
in skb_get_hash_flowi6()
1584
to->
sw_hash
= from->
sw_hash
;
in skb_copy_hash()
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
datapath.c
514
if (skb->
sw_hash
)
in queue_userspace_packet()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
datapath.c
552
if (skb->
sw_hash
)
in queue_userspace_packet()
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
767
skb->hash, skb->
sw_hash
, skb->l4_hash,
in skb_dump()
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
1199
skb->hash, skb->
sw_hash
, skb->l4_hash,
in skb_dump()
Completed in 38 milliseconds