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:atm_options
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
atmdev.h
100
unsigned long
atm_options
; /* ATM layer options */
member
207
unsigned long
atm_options
; /* ATM layer options */
member
248
ATM_SKB(skb)->
atm_options
= vcc->
atm_options
;
in atm_account_tx()
/kernel/linux/linux-6.6/include/linux/
H
A
D
atmdev.h
100
unsigned long
atm_options
; /* ATM layer options */
member
208
unsigned long
atm_options
; /* ATM layer options */
member
249
ATM_SKB(skb)->
atm_options
= vcc->
atm_options
;
in atm_account_tx()
/kernel/linux/linux-5.10/net/atm/
H
A
D
common.c
168
vcc->
atm_options
= vcc->aal_options = 0;
in vcc_create()
780
vcc->
atm_options
|= ATM_ATMOPT_CLP;
in vcc_setsockopt()
782
vcc->
atm_options
&= ~ATM_ATMOPT_CLP;
in vcc_setsockopt()
808
return put_user(vcc->
atm_options
& ATM_ATMOPT_CLP ? 1 : 0,
in vcc_getsockopt()
/kernel/linux/linux-6.6/net/atm/
H
A
D
common.c
168
vcc->
atm_options
= vcc->aal_options = 0;
in vcc_create()
780
vcc->
atm_options
|= ATM_ATMOPT_CLP;
in vcc_setsockopt()
782
vcc->
atm_options
&= ~ATM_ATMOPT_CLP;
in vcc_setsockopt()
808
return put_user(vcc->
atm_options
& ATM_ATMOPT_CLP ? 1 : 0,
in vcc_getsockopt()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_atm.c
416
ATM_SKB(skb)->
atm_options
= flow->vcc->
atm_options
;
in atm_tc_enqueue()
432
ATM_SKB(skb)->
atm_options
|= ATM_ATMOPT_CLP;
in atm_tc_enqueue()
516
/* atm.
atm_options
are already set by atm_tc_enqueue */
in sch_atm_dequeue()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
zatm.c
662
(ATM_SKB(skb)->
atm_options
& ATM_ATMOPT_CLP ?
in do_tx()
686
(ATM_SKB(skb)->
atm_options
& ATM_ATMOPT_CLP ?
in do_tx()
H
A
D
eni.c
1158
(ATM_SKB(skb)->
atm_options
& ATM_ATMOPT_CLP ? MID_SEG_CLP : 0),
in do_tx()
H
A
D
lanai.c
1179
((lvcc->tx.atmvcc->
atm_options
& ATM_ATMOPT_CLP) ?
in vcc_tx_add_aal5_descriptor()
H
A
D
nicstar.c
1680
atm_options
& ATM_ATMOPT_CLP ? 1 : 0);
in ns_send()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
lanai.c
1178
((lvcc->tx.atmvcc->
atm_options
& ATM_ATMOPT_CLP) ?
in vcc_tx_add_aal5_descriptor()
H
A
D
eni.c
1158
(ATM_SKB(skb)->
atm_options
& ATM_ATMOPT_CLP ? MID_SEG_CLP : 0),
in do_tx()
H
A
D
nicstar.c
1676
atm_options
& ATM_ATMOPT_CLP ? 1 : 0);
in _ns_send()
Completed in 29 milliseconds