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:l2tp_nl_cmd_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/l2tp/
H
A
D
l2tp_netlink.c
44
static const struct
l2tp_nl_cmd_ops
*
l2tp_nl_cmd_ops
[__L2TP_PWTYPE_MAX];
variable
621
if (!
l2tp_nl_cmd_ops
[cfg.pw_type]) {
in l2tp_nl_cmd_session_create()
627
if (!
l2tp_nl_cmd_ops
[cfg.pw_type] || !
l2tp_nl_cmd_ops
[cfg.pw_type]->session_create) {
in l2tp_nl_cmd_session_create()
632
ret =
l2tp_nl_cmd_ops
[cfg.pw_type]->session_create(net, tunnel,
in l2tp_nl_cmd_session_create()
669
if (
l2tp_nl_cmd_ops
[pw_type] &&
l2tp_nl_cmd_ops
[pw_type]->session_delete)
in l2tp_nl_cmd_session_delete()
670
l2tp_nl_cmd_ops
[pw_type]->session_delete(session);
in l2tp_nl_cmd_session_delete()
996
int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct
l2tp_nl_cmd_ops
*op
[all...]
H
A
D
l2tp_core.h
191
struct
l2tp_nl_cmd_ops
{
struct
271
int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct
l2tp_nl_cmd_ops
*ops);
H
A
D
l2tp_eth.c
337
static const struct
l2tp_nl_cmd_ops
l2tp_eth_nl_cmd_ops = {
H
A
D
l2tp_ppp.c
1681
static const struct
l2tp_nl_cmd_ops
pppol2tp_nl_cmd_ops = {
/kernel/linux/linux-6.6/net/l2tp/
H
A
D
l2tp_netlink.c
44
static const struct
l2tp_nl_cmd_ops
*
l2tp_nl_cmd_ops
[__L2TP_PWTYPE_MAX];
variable
621
if (!
l2tp_nl_cmd_ops
[cfg.pw_type]) {
in l2tp_nl_cmd_session_create()
627
if (!
l2tp_nl_cmd_ops
[cfg.pw_type] || !
l2tp_nl_cmd_ops
[cfg.pw_type]->session_create) {
in l2tp_nl_cmd_session_create()
632
ret =
l2tp_nl_cmd_ops
[cfg.pw_type]->session_create(net, tunnel,
in l2tp_nl_cmd_session_create()
669
if (
l2tp_nl_cmd_ops
[pw_type] &&
l2tp_nl_cmd_ops
[pw_type]->session_delete)
in l2tp_nl_cmd_session_delete()
670
l2tp_nl_cmd_ops
[pw_type]->session_delete(session);
in l2tp_nl_cmd_session_delete()
997
int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct
l2tp_nl_cmd_ops
*op
[all...]
H
A
D
l2tp_core.h
191
struct
l2tp_nl_cmd_ops
{
struct
271
int l2tp_nl_register_ops(enum l2tp_pwtype pw_type, const struct
l2tp_nl_cmd_ops
*ops);
H
A
D
l2tp_eth.c
337
static const struct
l2tp_nl_cmd_ops
l2tp_eth_nl_cmd_ops = {
H
A
D
l2tp_ppp.c
1680
static const struct
l2tp_nl_cmd_ops
pppol2tp_nl_cmd_ops = {
Completed in 10 milliseconds