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:xid_skb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
ctcm_mpc.c
955
if (ch->
xid_skb
!= NULL)
in mpc_channel_action()
956
dev_kfree_skb_any(ch->
xid_skb
);
in mpc_channel_action()
958
ch->
xid_skb
= __dev_alloc_skb(MPC_BUFSIZE_DEFAULT,
in mpc_channel_action()
960
if (ch->
xid_skb
== NULL) {
in mpc_channel_action()
962
"%s(%s): Couldn't alloc ch
xid_skb
\n",
in mpc_channel_action()
967
ch->xid_skb_data = ch->
xid_skb
->data;
in mpc_channel_action()
968
ch->xid_th = (struct th_header *)ch->
xid_skb
->data;
in mpc_channel_action()
969
skb_put(ch->
xid_skb
, TH_HEADER_LENGTH);
in mpc_channel_action()
970
ch->xid = (struct xid2 *)skb_tail_pointer(ch->
xid_skb
);
in mpc_channel_action()
971
skb_put(ch->
xid_skb
, XID2_LENGT
in mpc_channel_action()
[all...]
H
A
D
ctcm_main.h
178
struct sk_buff *
xid_skb
;
member
H
A
D
ctcm_mpc.h
180
struct sk_buff *
xid_skb
;
member
H
A
D
ctcm_main.c
1068
dev_kfree_skb(grp->
xid_skb
);
in ctcm_free_netdevice()
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
ctcm_mpc.c
944
if (ch->
xid_skb
!= NULL)
in mpc_channel_action()
945
dev_kfree_skb_any(ch->
xid_skb
);
in mpc_channel_action()
947
ch->
xid_skb
= __dev_alloc_skb(MPC_BUFSIZE_DEFAULT,
in mpc_channel_action()
949
if (ch->
xid_skb
== NULL) {
in mpc_channel_action()
951
"%s(%s): Couldn't alloc ch
xid_skb
\n",
in mpc_channel_action()
956
ch->xid_skb_data = ch->
xid_skb
->data;
in mpc_channel_action()
957
ch->xid_th = (struct th_header *)ch->
xid_skb
->data;
in mpc_channel_action()
958
skb_put(ch->
xid_skb
, TH_HEADER_LENGTH);
in mpc_channel_action()
959
ch->xid = (struct xid2 *)skb_tail_pointer(ch->
xid_skb
);
in mpc_channel_action()
960
skb_put(ch->
xid_skb
, XID2_LENGT
in mpc_channel_action()
[all...]
H
A
D
ctcm_mpc.h
180
struct sk_buff *
xid_skb
;
member
H
A
D
ctcm_main.h
179
struct sk_buff *
xid_skb
;
member
H
A
D
ctcm_main.c
1028
dev_kfree_skb(grp->
xid_skb
);
in ctcm_free_netdevice()
Completed in 9 milliseconds