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:skbagg_head
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/
H
A
D
rmnet_map_data.c
527
port->
skbagg_head
= NULL;
in reset_aggr_params()
559
if (likely(port->
skbagg_head
)) {
in rmnet_map_flush_tx_packet_work()
560
skb = port->
skbagg_head
;
in rmnet_map_flush_tx_packet_work()
594
if (!port->
skbagg_head
) {
in rmnet_map_tx_aggregate()
612
port->
skbagg_head
= skb_copy_expand(skb, 0, size, GFP_ATOMIC);
in rmnet_map_tx_aggregate()
613
if (!port->
skbagg_head
)
in rmnet_map_tx_aggregate()
617
port->
skbagg_head
->protocol = htons(ETH_P_MAP);
in rmnet_map_tx_aggregate()
620
skb_frag_list_init(port->
skbagg_head
);
in rmnet_map_tx_aggregate()
624
size = port->egress_agg_params.bytes - port->
skbagg_head
->len;
in rmnet_map_tx_aggregate()
627
agg_skb = port->
skbagg_head
;
in rmnet_map_tx_aggregate()
[all...]
H
A
D
rmnet_config.h
45
struct sk_buff *
skbagg_head
;
member
/kernel/linux/linux-6.6/drivers/net/
H
A
D
mhi_net.c
34
struct sk_buff *
skbagg_head
;
member
146
struct sk_buff *head = mhi_netdev->
skbagg_head
;
in mhi_net_skb_agg()
151
mhi_netdev->
skbagg_head
= skb;
in mhi_net_skb_agg()
166
return mhi_netdev->
skbagg_head
;
in mhi_net_skb_agg()
206
if (mhi_netdev->
skbagg_head
) {
in mhi_net_dl_callback()
209
mhi_netdev->
skbagg_head
= NULL;
in mhi_net_dl_callback()
314
mhi_netdev->
skbagg_head
= NULL;
in mhi_net_newlink()
344
kfree_skb(mhi_netdev->
skbagg_head
);
in mhi_net_dellink()
/kernel/linux/linux-6.6/drivers/net/wwan/
H
A
D
mhi_wwan_mbim.c
66
struct sk_buff *
skbagg_head
;
member
357
struct sk_buff *head = mbim->
skbagg_head
;
in mhi_net_skb_agg()
362
mbim->
skbagg_head
= skb;
in mhi_net_skb_agg()
377
return mbim->
skbagg_head
;
in mhi_net_skb_agg()
438
if (mbim->
skbagg_head
) {
in mhi_mbim_dl_callback()
441
mbim->
skbagg_head
= NULL;
in mhi_mbim_dl_callback()
632
kfree_skb(mbim->
skbagg_head
);
in mhi_mbim_remove()
Completed in 4 milliseconds