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:new_headroom
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
gso.h
34
int
new_headroom
, headroom;
in gso_pskb_expand_head()
local
42
new_headroom
= skb_headroom(skb);
in gso_pskb_expand_head()
43
SKB_GSO_CB(skb)->mac_offset += (
new_headroom
- headroom);
in gso_pskb_expand_head()
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
datapath.c
2110
static void ovs_update_headroom(struct datapath *dp, unsigned int
new_headroom
)
in ovs_update_headroom()
argument
2115
dp->max_headroom =
new_headroom
;
in ovs_update_headroom()
2119
netdev_set_rx_headroom(vport->dev,
new_headroom
);
in ovs_update_headroom()
2131
unsigned int
new_headroom
;
in ovs_vport_cmd_new()
local
2193
new_headroom
= netdev_get_fwd_headroom(vport->dev);
in ovs_vport_cmd_new()
2195
if (
new_headroom
> dp->max_headroom)
in ovs_vport_cmd_new()
2196
ovs_update_headroom(dp,
new_headroom
);
in ovs_vport_cmd_new()
2272
unsigned int
new_headroom
;
in ovs_vport_cmd_del()
local
2304
new_headroom
= ovs_get_max_headroom(dp);
in ovs_vport_cmd_del()
2306
if (
new_headroom
< d
in ovs_vport_cmd_del()
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
datapath.c
2236
static void ovs_update_headroom(struct datapath *dp, unsigned int
new_headroom
)
in ovs_update_headroom()
argument
2241
dp->max_headroom =
new_headroom
;
in ovs_update_headroom()
2245
netdev_set_rx_headroom(vport->dev,
new_headroom
);
in ovs_update_headroom()
2257
unsigned int
new_headroom
;
in ovs_vport_cmd_new()
local
2323
new_headroom
= netdev_get_fwd_headroom(vport->dev);
in ovs_vport_cmd_new()
2325
if (
new_headroom
> dp->max_headroom)
in ovs_vport_cmd_new()
2326
ovs_update_headroom(dp,
new_headroom
);
in ovs_vport_cmd_new()
2402
unsigned int
new_headroom
;
in ovs_vport_cmd_del()
local
2434
new_headroom
= ovs_get_max_headroom(dp);
in ovs_vport_cmd_del()
2436
if (
new_headroom
< d
in ovs_vport_cmd_del()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
skbuff.h
4425
int
new_headroom
, headroom;
in gso_pskb_expand_head()
local
4433
new_headroom
= skb_headroom(skb);
in gso_pskb_expand_head()
4434
SKB_GSO_CB(skb)->mac_offset += (
new_headroom
- headroom);
in gso_pskb_expand_head()
Completed in 14 milliseconds