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:isotp_sock
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/can/
H
A
D
isotp.c
136
struct
isotp_sock
{
struct
160
static struct
isotp_sock
*isotp_busy_notifier;
162
static inline struct
isotp_sock
*isotp_sk(const struct sock *sk)
in isotp_sk()
164
return (struct
isotp_sock
*)sk;
in isotp_sk()
167
static u32 isotp_bc_flags(struct
isotp_sock
*so)
in isotp_bc_flags()
172
static bool isotp_register_rxid(struct
isotp_sock
*so)
in isotp_register_rxid()
180
struct
isotp_sock
*so = container_of(hrtimer, struct
isotp_sock
,
in isotp_rx_timer_handler()
204
struct
isotp_sock
*so = isotp_sk(sk);
in isotp_send_fc()
318
static int check_pad(struct
isotp_sock
*s
[all...]
/kernel/linux/linux-6.6/net/can/
H
A
D
isotp.c
149
struct
isotp_sock
{
struct
173
static struct
isotp_sock
*isotp_busy_notifier;
175
static inline struct
isotp_sock
*isotp_sk(const struct sock *sk)
in isotp_sk()
177
return (struct
isotp_sock
*)sk;
in isotp_sk()
180
static u32 isotp_bc_flags(struct
isotp_sock
*so)
in isotp_bc_flags()
185
static bool isotp_register_rxid(struct
isotp_sock
*so)
in isotp_register_rxid()
193
struct
isotp_sock
*so = container_of(hrtimer, struct
isotp_sock
,
in isotp_rx_timer_handler()
217
struct
isotp_sock
*so = isotp_sk(sk);
in isotp_send_fc()
331
static int check_pad(struct
isotp_sock
*s
[all...]
Completed in 3 milliseconds