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:sk_gso_type
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
output.c
418
skb_shinfo(head)->gso_type = sk->
sk_gso_type
;
in sctp_packet_pack()
H
A
D
socket.c
4852
sk->
sk_gso_type
= SKB_GSO_SCTP;
in sctp_init_sock()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
output.c
448
skb_shinfo(head)->gso_type = sk->
sk_gso_type
;
in sctp_packet_pack()
H
A
D
socket.c
4969
sk->
sk_gso_type
= SKB_GSO_SCTP;
in sctp_init_sock()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
292
* @
sk_gso_type
: GSO type (e.g. %SKB_GSO_TCPV4)
463
int
sk_gso_type
;
member
2099
return net_gso_ok(sk->sk_route_caps, sk->
sk_gso_type
);
in sk_can_gso()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tcp_ipv6.c
301
sk->
sk_gso_type
= SKB_GSO_TCPV6;
in tcp_v6_connect()
1315
newsk->
sk_gso_type
= SKB_GSO_TCPV6;
in tcp_v6_syn_recv_sock()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_ipv4.c
297
sk->
sk_gso_type
= SKB_GSO_TCPV4;
in tcp_v4_connect()
1555
newsk->
sk_gso_type
= SKB_GSO_TCPV4;
in tcp_v4_syn_recv_sock()
H
A
D
tcp_output.c
1351
skb_shinfo(skb)->gso_type = sk->
sk_gso_type
;
in __tcp_transmit_skb()
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
286
* @
sk_gso_type
: GSO type (e.g. %SKB_GSO_TCPV4)
470
int
sk_gso_type
;
member
2256
return net_gso_ok(sk->sk_route_caps, sk->
sk_gso_type
);
in sk_can_gso()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcp_ipv6.c
303
sk->
sk_gso_type
= SKB_GSO_TCPV6;
in tcp_v6_connect()
1289
newsk->
sk_gso_type
= SKB_GSO_TCPV6;
in tcp_v6_syn_recv_sock()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_ipv4.c
300
sk->
sk_gso_type
= SKB_GSO_TCPV4;
in tcp_v4_connect()
1581
newsk->
sk_gso_type
= SKB_GSO_TCPV4;
in tcp_v4_syn_recv_sock()
H
A
D
tcp_output.c
1359
skb_shinfo(skb)->gso_type = sk->
sk_gso_type
;
in __tcp_transmit_skb()
Completed in 53 milliseconds