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:pinet6
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_sock.h
191
* @
pinet6
- pointer to IPv6 control block
209
/* sk and
pinet6
has to be the first two members of inet_sock */
212
struct ipv6_pinfo *
pinet6
;
member
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
netfilter.c
101
.
pinet6
= (struct ipv6_pinfo *) &fake_pinfo,
in __nf_ip6_route()
H
A
D
tcp_ipv6.c
1250
inet_sk(newsk)->
pinet6
= tcp_inet6_sk(newsk);
in tcp_v6_syn_recv_sock()
1319
inet_sk(newsk)->
pinet6
= tcp_inet6_sk(newsk);
in tcp_v6_syn_recv_sock()
H
A
D
af_inet6.c
218
inet_sk(sk)->
pinet6
= np = inet6_sk_generic(sk);
in inet6_create()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ipv6.h
329
return sk_fullsock(__sk) ? inet_sk(__sk)->
pinet6
: NULL;
in inet6_sk()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ipv6.h
331
return sk_fullsock(__sk) ? inet_sk(__sk)->
pinet6
: NULL;
in inet6_sk()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_sock.h
192
* @
pinet6
- pointer to IPv6 control block
210
/* sk and
pinet6
has to be the first two members of inet_sock */
213
struct ipv6_pinfo *
pinet6
;
member
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
netfilter.c
106
.
pinet6
= (struct ipv6_pinfo *) &fake_pinfo,
in __nf_ip6_route()
H
A
D
tcp_ipv6.c
1225
inet_sk(newsk)->
pinet6
= tcp_inet6_sk(newsk);
in tcp_v6_syn_recv_sock()
1293
inet_sk(newsk)->
pinet6
= tcp_inet6_sk(newsk);
in tcp_v6_syn_recv_sock()
H
A
D
af_inet6.c
220
inet_sk(sk)->
pinet6
= np = inet6_sk_generic(sk);
in inet6_create()
/kernel/linux/linux-5.10/net/dccp/
H
A
D
ipv6.c
427
newinet->
pinet6
= &newdp6->inet6;
in dccp_v6_request_recv_sock()
486
newinet->
pinet6
= &newdp6->inet6;
in dccp_v6_request_recv_sock()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
ipv6.c
438
newinet->
pinet6
= &newdp6->inet6;
in dccp_v6_request_recv_sock()
497
newinet->
pinet6
= &newdp6->inet6;
in dccp_v6_request_recv_sock()
/kernel/linux/linux-5.10/net/sctp/
H
A
D
ipv6.c
734
inet_sk(newsk)->
pinet6
= &newsctp6sk->inet6;
in sctp_v6_create_accept_sk()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
ipv6.c
790
inet_sk(newsk)->
pinet6
= &newsctp6sk->inet6;
in sctp_v6_create_accept_sk()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.c
1201
inet_sk(newsk)->
pinet6
= &newtcp6sk->inet6;
in chtls_recv_sock()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
2071
inet_sk(nsk)->
pinet6
= mptcp_inet6_sk(nsk);
in mptcp_sk_clone()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.c
1200
inet_sk(newsk)->
pinet6
= &newtcp6sk->inet6;
in chtls_recv_sock()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
protocol.c
3249
inet_sk(nsk)->
pinet6
= mptcp_inet6_sk(nsk);
in mptcp_sk_clone_init()
Completed in 31 milliseconds