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:kcm_tx_msg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/kcm/
H
A
D
kcmsock.c
42
static inline struct
kcm_tx_msg
*
kcm_tx_msg
(struct sk_buff *skb)
in kcm_tx_msg()
function
44
return (struct
kcm_tx_msg
*)skb->cb;
in kcm_tx_msg()
583
struct
kcm_tx_msg
*txm;
in kcm_write_msgs()
599
kcm_tx_msg
(skb_peek(&sk->sk_write_queue))->sent = 0;
in kcm_write_msgs()
606
txm =
kcm_tx_msg
(head);
in kcm_write_msgs()
629
txm =
kcm_tx_msg
(head);
in kcm_write_msgs()
789
skb =
kcm_tx_msg
(head)->last_skb;
in kcm_sendpage()
882
kcm_tx_msg
(head)->last_skb = skb;
in kcm_sendpage()
925
skb =
kcm_tx_msg
(hea
in kcm_sendmsg()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
kcm.h
48
struct
kcm_tx_msg
{
struct
/kernel/linux/linux-6.6/include/net/
H
A
D
kcm.h
48
struct
kcm_tx_msg
{
struct
/kernel/linux/linux-6.6/net/kcm/
H
A
D
kcmsock.c
44
static inline struct
kcm_tx_msg
*
kcm_tx_msg
(struct sk_buff *skb)
in kcm_tx_msg()
function
46
return (struct
kcm_tx_msg
*)skb->cb;
in kcm_tx_msg()
601
kcm_tx_msg
(skb_peek(&sk->sk_write_queue))->started_tx = false;
in kcm_write_msgs()
609
struct
kcm_tx_msg
*txm =
kcm_tx_msg
(head);
in kcm_write_msgs()
768
skb =
kcm_tx_msg
(head)->last_skb;
in kcm_sendmsg()
921
kcm_tx_msg
(head)->last_skb = skb;
in kcm_sendmsg()
Completed in 5 milliseconds