Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
1502caff
Commit
1502caff
authored
Sep 22, 2002
by
Arnaldo Carvalho de Melo
Committed by
David S. Miller
Sep 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[LLC] move reason to the {station,sap,conn}_ev structs
Slowly killing the ugly struct forest.
parent
86b74abd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
24 deletions
+12
-24
include/net/llc_c_ev.h
include/net/llc_c_ev.h
+1
-1
include/net/llc_evnt.h
include/net/llc_evnt.h
+1
-5
include/net/llc_if.h
include/net/llc_if.h
+0
-1
include/net/llc_s_ev.h
include/net/llc_s_ev.h
+1
-1
net/llc/llc_c_ac.c
net/llc/llc_c_ac.c
+3
-10
net/llc/llc_mac.c
net/llc/llc_mac.c
+6
-6
No files found.
include/net/llc_c_ev.h
View file @
1502caff
...
@@ -126,7 +126,6 @@ struct llc_conn_ev_prim_if {
...
@@ -126,7 +126,6 @@ struct llc_conn_ev_prim_if {
/* Event LLC_CONN_EV_TYPE_PDU interface */
/* Event LLC_CONN_EV_TYPE_PDU interface */
struct
llc_conn_ev_pdu_if
{
struct
llc_conn_ev_pdu_if
{
u8
ev
;
u8
ev
;
u8
reason
;
};
};
union
llc_conn_ev_if
{
union
llc_conn_ev_if
{
...
@@ -137,6 +136,7 @@ union llc_conn_ev_if {
...
@@ -137,6 +136,7 @@ union llc_conn_ev_if {
struct
llc_conn_state_ev
{
struct
llc_conn_state_ev
{
u8
type
;
u8
type
;
u8
reason
;
u8
status
;
u8
status
;
u8
flag
;
u8
flag
;
struct
llc_prim_if_block
*
ind_prim
;
struct
llc_prim_if_block
*
ind_prim
;
...
...
include/net/llc_evnt.h
View file @
1502caff
...
@@ -41,18 +41,14 @@ struct llc_stat_ev_prim_if {
...
@@ -41,18 +41,14 @@ struct llc_stat_ev_prim_if {
u8
type
;
/* request, indicate, response, confirm */
u8
type
;
/* request, indicate, response, confirm */
};
};
struct
llc_stat_ev_pdu_if
{
u8
reason
;
};
union
llc_stat_ev_if
{
union
llc_stat_ev_if
{
struct
llc_stat_ev_simple_if
a
;
/* 'a' for simple, easy ... */
struct
llc_stat_ev_simple_if
a
;
/* 'a' for simple, easy ... */
struct
llc_stat_ev_prim_if
prim
;
struct
llc_stat_ev_prim_if
prim
;
struct
llc_stat_ev_pdu_if
pdu
;
};
};
struct
llc_station_state_ev
{
struct
llc_station_state_ev
{
u8
type
;
u8
type
;
u8
reason
;
union
llc_stat_ev_if
data
;
union
llc_stat_ev_if
data
;
struct
list_head
node
;
/* node in station->ev_q.list */
struct
list_head
node
;
/* node in station->ev_q.list */
};
};
...
...
include/net/llc_if.h
View file @
1502caff
...
@@ -70,7 +70,6 @@ struct llc_addr {
...
@@ -70,7 +70,6 @@ struct llc_addr {
struct
llc_prim_reset
{
struct
llc_prim_reset
{
struct
sock
*
sk
;
struct
sock
*
sk
;
u16
link
;
u16
link
;
u8
reason
;
/* used only by indicate */
};
};
/* Sending data in conection-less mode */
/* Sending data in conection-less mode */
...
...
include/net/llc_s_ev.h
View file @
1502caff
...
@@ -49,7 +49,6 @@ struct llc_sap_ev_prim_if {
...
@@ -49,7 +49,6 @@ struct llc_sap_ev_prim_if {
struct
llc_sap_ev_pdu_if
{
struct
llc_sap_ev_pdu_if
{
u8
ev
;
u8
ev
;
u8
reason
;
};
};
union
llc_sap_ev_if
{
union
llc_sap_ev_if
{
...
@@ -62,6 +61,7 @@ struct llc_prim_if_block;
...
@@ -62,6 +61,7 @@ struct llc_prim_if_block;
struct
llc_sap_state_ev
{
struct
llc_sap_state_ev
{
u8
type
;
u8
type
;
u8
reason
;
u8
ind_cfm_flag
;
u8
ind_cfm_flag
;
struct
llc_prim_if_block
*
prim
;
struct
llc_prim_if_block
*
prim
;
union
llc_sap_ev_if
data
;
union
llc_sap_ev_if
data
;
...
...
net/llc/llc_c_ac.c
View file @
1502caff
...
@@ -129,13 +129,7 @@ int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb)
...
@@ -129,13 +129,7 @@ int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb)
rc
=
1
;
rc
=
1
;
}
}
if
(
!
rc
)
{
if
(
!
rc
)
{
/*
ev
->
reason
=
reason
;
* FIXME: ev needs reason field,
* perhaps the ev->status is enough,
* have to check,
* better way to signal its a disc
*/
/* prim_data->disc.reason = reason; */
ev
->
flag
=
LLC_DISC_PRIM
+
1
;
ev
->
flag
=
LLC_DISC_PRIM
+
1
;
ev
->
ind_prim
=
(
void
*
)
1
;
ev
->
ind_prim
=
(
void
*
)
1
;
}
}
...
@@ -146,8 +140,7 @@ int llc_conn_ac_disc_confirm(struct sock *sk, struct sk_buff *skb)
...
@@ -146,8 +140,7 @@ int llc_conn_ac_disc_confirm(struct sock *sk, struct sk_buff *skb)
{
{
struct
llc_conn_state_ev
*
ev
=
llc_conn_ev
(
skb
);
struct
llc_conn_state_ev
*
ev
=
llc_conn_ev
(
skb
);
/* here we use the ev->status, humm */
ev
->
reason
=
ev
->
status
;
/* prim_data->disc.reason = ev->status; */
ev
->
flag
=
LLC_DISC_PRIM
+
1
;
ev
->
flag
=
LLC_DISC_PRIM
+
1
;
ev
->
cfm_prim
=
(
void
*
)
1
;
ev
->
cfm_prim
=
(
void
*
)
1
;
return
0
;
return
0
;
...
@@ -196,11 +189,11 @@ int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb)
...
@@ -196,11 +189,11 @@ int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb)
union
llc_u_prim_data
*
prim_data
=
prim
->
data
;
union
llc_u_prim_data
*
prim_data
=
prim
->
data
;
prim_data
->
res
.
sk
=
sk
;
prim_data
->
res
.
sk
=
sk
;
prim_data
->
res
.
reason
=
reason
;
prim_data
->
res
.
link
=
llc
->
link
;
prim_data
->
res
.
link
=
llc
->
link
;
prim
->
data
=
prim_data
;
prim
->
data
=
prim_data
;
prim
->
prim
=
LLC_RESET_PRIM
;
prim
->
prim
=
LLC_RESET_PRIM
;
prim
->
sap
=
sap
;
prim
->
sap
=
sap
;
ev
->
reason
=
reason
;
ev
->
flag
=
1
;
ev
->
flag
=
1
;
ev
->
ind_prim
=
prim
;
ev
->
ind_prim
=
prim
;
}
}
...
...
net/llc/llc_mac.c
View file @
1502caff
...
@@ -216,8 +216,8 @@ static void llc_station_rcv(struct sk_buff *skb)
...
@@ -216,8 +216,8 @@ static void llc_station_rcv(struct sk_buff *skb)
struct
llc_station
*
station
=
llc_station_get
();
struct
llc_station
*
station
=
llc_station_get
();
struct
llc_station_state_ev
*
ev
=
llc_station_ev
(
skb
);
struct
llc_station_state_ev
*
ev
=
llc_station_ev
(
skb
);
ev
->
type
=
LLC_STATION_EV_TYPE_PDU
;
ev
->
type
=
LLC_STATION_EV_TYPE_PDU
;
ev
->
data
.
pdu
.
reason
=
0
;
ev
->
reason
=
0
;
llc_station_state_process
(
station
,
skb
);
llc_station_state_process
(
station
,
skb
);
}
}
...
@@ -236,8 +236,8 @@ int llc_conn_rcv(struct sock* sk, struct sk_buff *skb)
...
@@ -236,8 +236,8 @@ int llc_conn_rcv(struct sock* sk, struct sk_buff *skb)
if
(
!
llc
->
dev
)
if
(
!
llc
->
dev
)
llc
->
dev
=
skb
->
dev
;
llc
->
dev
=
skb
->
dev
;
ev
->
type
=
LLC_CONN_EV_TYPE_PDU
;
ev
->
type
=
LLC_CONN_EV_TYPE_PDU
;
ev
->
data
.
pdu
.
reason
=
0
;
ev
->
reason
=
0
;
return
llc_conn_state_process
(
sk
,
skb
);
return
llc_conn_state_process
(
sk
,
skb
);
}
}
...
@@ -252,8 +252,8 @@ static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb)
...
@@ -252,8 +252,8 @@ static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb)
{
{
struct
llc_sap_state_ev
*
ev
=
llc_sap_ev
(
skb
);
struct
llc_sap_state_ev
*
ev
=
llc_sap_ev
(
skb
);
ev
->
type
=
LLC_SAP_EV_TYPE_PDU
;
ev
->
type
=
LLC_SAP_EV_TYPE_PDU
;
ev
->
data
.
pdu
.
reason
=
0
;
ev
->
reason
=
0
;
llc_sap_state_process
(
sap
,
skb
);
llc_sap_state_process
(
sap
,
skb
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment