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:batadv_skb_cb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
main.h
373
* BATADV_SKB_CB() - Get
batadv_skb_cb
from skb control buffer
376
* The members of the control buffer are defined in struct
batadv_skb_cb
in
379
* Return: pointer to the
batadv_skb_cb
of the skb
381
#define BATADV_SKB_CB(__skb) ((struct
batadv_skb_cb
*)&((__skb)->cb[0]))
H
A
D
main.c
525
memset(skb->cb, 0, sizeof(struct
batadv_skb_cb
));
in batadv_batman_skb_recv()
575
BUILD_BUG_ON(sizeof(struct
batadv_skb_cb
) > i);
in batadv_recv_handler_init()
H
A
D
types.h
2121
* struct
batadv_skb_cb
- control buffer structure used to store private data
2124
struct
batadv_skb_cb
{
struct
H
A
D
soft-interface.c
214
memset(skb->cb, 0, sizeof(struct
batadv_skb_cb
));
in batadv_interface_tx()
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
main.h
369
* BATADV_SKB_CB() - Get
batadv_skb_cb
from skb control buffer
372
* The members of the control buffer are defined in struct
batadv_skb_cb
in
375
* Return: pointer to the
batadv_skb_cb
of the skb
377
#define BATADV_SKB_CB(__skb) ((struct
batadv_skb_cb
*)&((__skb)->cb[0]))
H
A
D
main.c
481
memset(skb->cb, 0, sizeof(struct
batadv_skb_cb
));
in batadv_batman_skb_recv()
531
BUILD_BUG_ON(sizeof(struct
batadv_skb_cb
) > i);
in batadv_recv_handler_init()
H
A
D
types.h
2054
* struct
batadv_skb_cb
- control buffer structure used to store private data
2057
struct
batadv_skb_cb
{
struct
H
A
D
soft-interface.c
210
memset(skb->cb, 0, sizeof(struct
batadv_skb_cb
));
in batadv_interface_tx()
Completed in 15 milliseconds