Home
last modified time | relevance | path

Searched refs:llc_conn_action_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/llc/
H A Dllc_c_st.c36 static const llc_conn_action_t llc_common_actions_1[] = {
53 static const llc_conn_action_t llc_common_actions_2[] = {
70 static const llc_conn_action_t llc_common_actions_3[] = {
90 static const llc_conn_action_t llc_common_actions_4[] = {
106 static const llc_conn_action_t llc_common_actions_5[] = {
125 static const llc_conn_action_t llc_common_actions_6[] = {
354 static const llc_conn_action_t llc_adm_actions_1[] = {
370 static const llc_conn_action_t llc_adm_actions_2[] = {
389 static const llc_conn_action_t llc_adm_actions_3[] = {
403 static const llc_conn_action_t llc_adm_actions_4[] = {
[all …]
H A Dllc_conn.c439 const llc_conn_action_t *next_action; in llc_exec_conn_trans_actions()
/openbmc/linux/include/net/
H A Dllc_c_st.h43 const llc_conn_action_t *ev_actions;
H A Dllc_c_ac.h97 typedef int (*llc_conn_action_t)(struct sock *sk, struct sk_buff *skb); typedef