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:ooo_okay
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_offload.c
67
bool
ooo_okay
, copy_destructor;
in tcp_gso_segment()
local
94
ooo_okay
= gso_skb->
ooo_okay
;
in tcp_gso_segment()
95
/* All segments but the first should have
ooo_okay
cleared */
in tcp_gso_segment()
96
skb->
ooo_okay
= 0;
in tcp_gso_segment()
102
/* Only first segment might have
ooo_okay
set */
in tcp_gso_segment()
103
segs->
ooo_okay
=
ooo_okay
;
in tcp_gso_segment()
H
A
D
tcp_output.c
1154
* to migrate this flow (skb->
ooo_okay
will be eventually set)
in tcp_wfree()
1307
skb->
ooo_okay
= sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1);
in __tcp_transmit_skb()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_offload.c
68
bool
ooo_okay
, copy_destructor;
in tcp_gso_segment()
local
96
ooo_okay
= gso_skb->
ooo_okay
;
in tcp_gso_segment()
97
/* All segments but the first should have
ooo_okay
cleared */
in tcp_gso_segment()
98
skb->
ooo_okay
= 0;
in tcp_gso_segment()
104
/* Only first segment might have
ooo_okay
set */
in tcp_gso_segment()
105
segs->
ooo_okay
=
ooo_okay
;
in tcp_gso_segment()
H
A
D
tcp_output.c
1164
* to migrate this flow (skb->
ooo_okay
will be eventually set)
in tcp_wfree()
1303
/* We set skb->
ooo_okay
to one if this packet can select
in __tcp_transmit_skb()
1316
skb->
ooo_okay
= sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) ||
in __tcp_transmit_skb()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_output.c
530
skb->
ooo_okay
= sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1);
in __tcp_nip_transmit_skb()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc_drv.c
330
if (q_idx < 0 || skb->
ooo_okay
|| q_idx >= ndev->real_num_tx_queues) {
in netvsc_pick_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
mana_en.c
503
if (txq < 0 || skb->
ooo_okay
|| txq >= ndev->real_num_tx_queues) {
in mana_select_queue()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc_drv.c
282
if (q_idx < 0 || skb->
ooo_okay
|| q_idx >= ndev->real_num_tx_queues) {
in netvsc_pick_tx()
/kernel/linux/linux-5.10/include/linux/
H
A
D
skbuff.h
670
* @
ooo_okay
: allow the mapping of a socket to a queue to be changed
816
__u8
ooo_okay
:1;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
skbuff.h
791
* @
ooo_okay
: allow the mapping of a socket to a queue to be changed
938
__u8
ooo_okay
:1;
/kernel/linux/linux-5.10/net/core/
H
A
D
dev.c
4030
if (queue_index < 0 || skb->
ooo_okay
||
in netdev_pick_tx()
/kernel/linux/linux-6.6/net/core/
H
A
D
dev.c
4212
if (queue_index < 0 || skb->
ooo_okay
||
in netdev_pick_tx()
Completed in 62 milliseconds