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:pf_expose
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
sctp.h
107
*
pf_expose
- 0 : compatible with old applications (by default)
111
int
pf_expose
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
sctp.h
121
*
pf_expose
- 0 : compatible with old applications (by default)
125
int
pf_expose
;
member
/kernel/linux/linux-5.10/net/sctp/
H
A
D
associola.c
91
asoc->
pf_expose
= sp->
pf_expose
;
in sctp_association_init()
803
asoc->
pf_expose
!= SCTP_PF_EXPOSE_ENABLE)
in sctp_assoc_control_transport()
828
if (asoc->
pf_expose
!= SCTP_PF_EXPOSE_ENABLE)
in sctp_assoc_control_transport()
H
A
D
sysctl.c
338
.procname = "
pf_expose
",
339
.data = &init_net.sctp.
pf_expose
,
H
A
D
socket.c
4430
asoc->
pf_expose
= params->assoc_value;
in sctp_setsockopt_pf_expose()
4432
sctp_sk(sk)->
pf_expose
= params->assoc_value;
in sctp_setsockopt_pf_expose()
4905
sp->
pf_expose
= net->sctp.
pf_expose
;
in sctp_init_sock()
5390
transport->asoc->
pf_expose
== SCTP_PF_EXPOSE_DISABLE) {
in sctp_getsockopt_peer_addr_info()
7799
params.assoc_value = asoc ? asoc->
pf_expose
in sctp_getsockopt_pf_expose()
7800
: sctp_sk(sk)->
pf_expose
;
in sctp_getsockopt_pf_expose()
H
A
D
protocol.c
1241
net->sctp.
pf_expose
= SCTP_PF_EXPOSE_UNSET;
in sctp_defaults_init()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
associola.c
91
asoc->
pf_expose
= sp->
pf_expose
;
in sctp_association_init()
809
asoc->
pf_expose
!= SCTP_PF_EXPOSE_ENABLE)
in sctp_assoc_control_transport()
836
if (asoc->
pf_expose
!= SCTP_PF_EXPOSE_ENABLE)
in sctp_assoc_control_transport()
H
A
D
sysctl.c
379
.procname = "
pf_expose
",
380
.data = &init_net.sctp.
pf_expose
,
H
A
D
socket.c
4436
asoc->
pf_expose
= params->assoc_value;
in sctp_setsockopt_pf_expose()
4438
sctp_sk(sk)->
pf_expose
= params->assoc_value;
in sctp_setsockopt_pf_expose()
5024
sp->
pf_expose
= net->sctp.
pf_expose
;
in sctp_init_sock()
5514
transport->asoc->
pf_expose
== SCTP_PF_EXPOSE_DISABLE) {
in sctp_getsockopt_peer_addr_info()
7923
params.assoc_value = asoc ? asoc->
pf_expose
in sctp_getsockopt_pf_expose()
7924
: sctp_sk(sk)->
pf_expose
;
in sctp_getsockopt_pf_expose()
H
A
D
protocol.c
1339
net->sctp.
pf_expose
= SCTP_PF_EXPOSE_UNSET;
in sctp_defaults_init()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
219
pf_expose
:2,
member
2059
pf_expose
:2, /* Expose pf state? */
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
223
pf_expose
:2,
member
2085
pf_expose
:2, /* Expose pf state? */
member
Completed in 37 milliseconds