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:opt_skb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
ipv6.c
571
struct sk_buff *
opt_skb
= NULL;
in dccp_v6_do_rcv()
local
606
opt_skb
= skb_clone_and_charge_r(skb, sk);
in dccp_v6_do_rcv()
611
if (
opt_skb
)
in dccp_v6_do_rcv()
643
if (
opt_skb
)
in dccp_v6_do_rcv()
650
if (
opt_skb
!= NULL)
in dccp_v6_do_rcv()
651
__kfree_skb(
opt_skb
);
in dccp_v6_do_rcv()
661
np->mcast_oif = inet6_iif(
opt_skb
);
in dccp_v6_do_rcv()
663
np->mcast_hops = ipv6_hdr(
opt_skb
)->hop_limit;
in dccp_v6_do_rcv()
665
np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(
opt_skb
));
in dccp_v6_do_rcv()
667
np->flow_label = ip6_flowlabel(ipv6_hdr(
opt_skb
));
in dccp_v6_do_rcv()
[all...]
/kernel/linux/linux-6.6/net/dccp/
H
A
D
ipv6.c
582
struct sk_buff *
opt_skb
= NULL;
in dccp_v6_do_rcv()
local
617
opt_skb
= skb_clone_and_charge_r(skb, sk);
in dccp_v6_do_rcv()
622
if (
opt_skb
)
in dccp_v6_do_rcv()
654
if (
opt_skb
)
in dccp_v6_do_rcv()
661
if (
opt_skb
!= NULL)
in dccp_v6_do_rcv()
662
__kfree_skb(
opt_skb
);
in dccp_v6_do_rcv()
672
np->mcast_oif = inet6_iif(
opt_skb
);
in dccp_v6_do_rcv()
674
np->mcast_hops = ipv6_hdr(
opt_skb
)->hop_limit;
in dccp_v6_do_rcv()
676
np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(
opt_skb
));
in dccp_v6_do_rcv()
678
np->flow_label = ip6_flowlabel(ipv6_hdr(
opt_skb
));
in dccp_v6_do_rcv()
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tcp_ipv6.c
1454
struct sk_buff *
opt_skb
= NULL;
in tcp_v6_do_rcv()
local
1487
opt_skb
= skb_clone_and_charge_r(skb, sk);
in tcp_v6_do_rcv()
1506
if (
opt_skb
)
in tcp_v6_do_rcv()
1523
if (
opt_skb
)
in tcp_v6_do_rcv()
1524
__kfree_skb(
opt_skb
);
in tcp_v6_do_rcv()
1532
if (
opt_skb
)
in tcp_v6_do_rcv()
1539
if (
opt_skb
)
in tcp_v6_do_rcv()
1540
__kfree_skb(
opt_skb
);
in tcp_v6_do_rcv()
1558
if (TCP_SKB_CB(
opt_skb
)->end_seq == tp->rcv_nxt &&
in tcp_v6_do_rcv()
1561
np->mcast_oif = tcp_v6_iif(
opt_skb
);
in tcp_v6_do_rcv()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcp_ipv6.c
1431
struct sk_buff *
opt_skb
= NULL;
in tcp_v6_do_rcv()
local
1465
opt_skb
= skb_clone_and_charge_r(skb, sk);
in tcp_v6_do_rcv()
1486
if (
opt_skb
)
in tcp_v6_do_rcv()
1503
if (
opt_skb
)
in tcp_v6_do_rcv()
1504
__kfree_skb(
opt_skb
);
in tcp_v6_do_rcv()
1512
if (
opt_skb
)
in tcp_v6_do_rcv()
1519
if (
opt_skb
)
in tcp_v6_do_rcv()
1520
__kfree_skb(
opt_skb
);
in tcp_v6_do_rcv()
1540
if (TCP_SKB_CB(
opt_skb
)->end_seq == tp->rcv_nxt &&
in tcp_v6_do_rcv()
1543
np->mcast_oif = tcp_v6_iif(
opt_skb
);
in tcp_v6_do_rcv()
[all...]
Completed in 7 milliseconds