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:v6_ctl_sk
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
dccp.h
9
struct sock *
v6_ctl_sk
;
member
/kernel/linux/linux-6.6/net/dccp/
H
A
D
ipv6.c
38
struct sock *
v6_ctl_sk
;
member
43
/* The per-net
v6_ctl_sk
is used for sending RSTs and ACKs */
276
ctl_sk = pn->
v6_ctl_sk
;
in dccp_v6_ctl_send_reset()
1111
return inet_ctl_sock_create(&pn->
v6_ctl_sk
, PF_INET6,
in dccp_v6_init_net()
1119
inet_ctl_sock_destroy(pn->
v6_ctl_sk
);
in dccp_v6_exit_net()
/kernel/linux/linux-5.10/net/dccp/
H
A
D
ipv6.c
36
/* The per-net dccp.
v6_ctl_sk
is used for sending RSTs and ACKs */
257
struct sock *ctl_sk = net->dccp.
v6_ctl_sk
;
in dccp_v6_ctl_send_reset()
1095
return inet_ctl_sock_create(&net->dccp.
v6_ctl_sk
, PF_INET6,
in dccp_v6_init_net()
1101
inet_ctl_sock_destroy(net->dccp.
v6_ctl_sk
);
in dccp_v6_exit_net()
Completed in 3 milliseconds