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:fcllc
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/802/
H
A
D
fc.c
45
struct
fcllc
*
fcllc
;
in fc_header()
local
47
hdr_len = sizeof(struct fch_hdr) + sizeof(struct
fcllc
);
in fc_header()
49
fcllc
= (struct
fcllc
*)(fch+1);
in fc_header()
50
fcllc
->dsap =
fcllc
->ssap = EXTENDED_SAP;
in fc_header()
51
fcllc
->llc = UI_CMD;
in fc_header()
52
fcllc
->protid[0] =
fcllc
in fc_header()
[all...]
/kernel/linux/linux-6.6/net/802/
H
A
D
fc.c
45
struct
fcllc
*
fcllc
;
in fc_header()
local
47
hdr_len = sizeof(struct fch_hdr) + sizeof(struct
fcllc
);
in fc_header()
49
fcllc
= (struct
fcllc
*)(fch+1);
in fc_header()
50
fcllc
->dsap =
fcllc
->ssap = EXTENDED_SAP;
in fc_header()
51
fcllc
->llc = UI_CMD;
in fc_header()
52
fcllc
->protid[0] =
fcllc
in fc_header()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
if_fc.h
27
#define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct
fcllc
))
44
struct
fcllc
{
struct
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
if_fc.h
27
#define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct
fcllc
))
44
struct
fcllc
{
struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
if_fc.h
23
#define FC_HLEN (sizeof(struct fch_hdr) + sizeof(struct
fcllc
))
31
struct
fcllc
{
struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
if_fc.h
23
#define FC_HLEN (sizeof(struct fch_hdr) + sizeof(struct
fcllc
))
31
struct
fcllc
{
struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
if_fc.h
10
#define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct
fcllc
))
18
struct
fcllc
{
struct
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptlan.c
1492
struct
fcllc
*
fcllc
;
in mpt_lan_type_trans()
local
1525
fcllc
= (struct
fcllc
*)skb->data;
in mpt_lan_type_trans()
1530
if (
fcllc
->dsap == EXTENDED_SAP &&
in mpt_lan_type_trans()
1531
(
fcllc
->ethertype == htons(ETH_P_IP) ||
in mpt_lan_type_trans()
1532
fcllc
->ethertype == htons(ETH_P_ARP))) {
in mpt_lan_type_trans()
1533
skb_pull(skb, sizeof(struct
fcllc
));
in mpt_lan_type_trans()
1534
return
fcllc
->ethertype;
in mpt_lan_type_trans()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptlan.c
1495
struct
fcllc
*
fcllc
;
in mpt_lan_type_trans()
local
1528
fcllc
= (struct
fcllc
*)skb->data;
in mpt_lan_type_trans()
1533
if (
fcllc
->dsap == EXTENDED_SAP &&
in mpt_lan_type_trans()
1534
(
fcllc
->ethertype == htons(ETH_P_IP) ||
in mpt_lan_type_trans()
1535
fcllc
->ethertype == htons(ETH_P_ARP))) {
in mpt_lan_type_trans()
1536
skb_pull(skb, sizeof(struct
fcllc
));
in mpt_lan_type_trans()
1537
return
fcllc
->ethertype;
in mpt_lan_type_trans()
Completed in 5 milliseconds