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:proto_data
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/atm/
H
A
D
lec.c
344
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_atm_send()
472
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_atm_close()
585
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_push()
707
vcc->
proto_data
= dev_lec[ioc_data.dev_num];
in lec_vcc_attach()
719
vcc->
proto_data
= dev_lec[arg];
in lec_mcast_attach()
761
vcc->
proto_data
= dev_lec[i];
in lecd_attach()
1254
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_arp_clear_vccs()
H
A
D
mpc.c
645
vcc->
proto_data
= mpc->dev;
in atm_mpoa_vcc_attach()
687
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in mpc_push()
/kernel/linux/linux-6.6/net/atm/
H
A
D
lec.c
345
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_atm_send()
470
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_atm_close()
583
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_push()
705
vcc->
proto_data
= dev_lec[ioc_data.dev_num];
in lec_vcc_attach()
717
vcc->
proto_data
= dev_lec[arg];
in lec_mcast_attach()
759
vcc->
proto_data
= dev_lec[i];
in lecd_attach()
1252
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in lec_arp_clear_vccs()
H
A
D
mpc.c
645
vcc->
proto_data
= mpc->dev;
in atm_mpoa_vcc_attach()
687
struct net_device *dev = (struct net_device *)vcc->
proto_data
;
in mpc_push()
/kernel/linux/linux-5.10/include/linux/
H
A
D
atmdev.h
110
void *
proto_data
; /* per-protocol data */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
atmdev.h
110
void *
proto_data
; /* per-protocol data */
member
Completed in 13 milliseconds