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:PPPOX_DEAD
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
pptp.c
169
if (sk_pppox(po)->sk_state &
PPPOX_DEAD
)
in pptp_xmit()
396
if (sk->sk_state &
PPPOX_DEAD
) {
in pptp_bind()
444
if (sk->sk_state &
PPPOX_DEAD
) {
in pptp_connect()
522
sk->sk_state =
PPPOX_DEAD
;
in pptp_release()
535
if (!(sk->sk_state &
PPPOX_DEAD
)) {
in pptp_sock_destruct()
H
A
D
pppox.c
59
sk->sk_state =
PPPOX_DEAD
;
in pppox_unbind_sock()
H
A
D
pppoe.c
587
sk->sk_state =
PPPOX_DEAD
;
in pppoe_release()
638
if ((sk->sk_state &
PPPOX_DEAD
) &&
in pppoe_connect()
788
if (sk->sk_state & (PPPOX_BOUND |
PPPOX_DEAD
))
in pppoe_ioctl()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
pptp.c
169
if (sk_pppox(po)->sk_state &
PPPOX_DEAD
)
in pptp_xmit()
394
if (sk->sk_state &
PPPOX_DEAD
) {
in pptp_bind()
442
if (sk->sk_state &
PPPOX_DEAD
) {
in pptp_connect()
520
sk->sk_state =
PPPOX_DEAD
;
in pptp_release()
533
if (!(sk->sk_state &
PPPOX_DEAD
)) {
in pptp_sock_destruct()
H
A
D
pppox.c
59
sk->sk_state =
PPPOX_DEAD
;
in pppox_unbind_sock()
H
A
D
pppoe.c
587
sk->sk_state =
PPPOX_DEAD
;
in pppoe_release()
638
if ((sk->sk_state &
PPPOX_DEAD
) &&
in pppoe_connect()
788
if (sk->sk_state & (PPPOX_BOUND |
PPPOX_DEAD
))
in pppoe_ioctl()
/kernel/linux/linux-5.10/include/linux/
H
A
D
if_pppox.h
93
PPPOX_DEAD
= 16 /* dead, useless, please clean me up!*/
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
if_pppox.h
91
PPPOX_DEAD
= 16 /* dead, useless, please clean me up!*/
enumerator
/kernel/linux/linux-5.10/net/l2tp/
H
A
D
l2tp_ppp.c
442
sk->sk_state =
PPPOX_DEAD
;
in pppol2tp_release()
/kernel/linux/linux-6.6/net/l2tp/
H
A
D
l2tp_ppp.c
441
sk->sk_state =
PPPOX_DEAD
;
in pppol2tp_release()
Completed in 10 milliseconds