Symbol: llc_sap
include/net/datalink.h
15
struct llc_sap *sap;
include/net/datalink.h
7
struct llc_sap;
include/net/llc.h
101
void (*handler)(struct llc_sap *sap, struct sk_buff *skb));
include/net/llc.h
106
struct llc_sap *llc_sap_open(unsigned char lsap,
include/net/llc.h
111
static inline void llc_sap_hold(struct llc_sap *sap)
include/net/llc.h
116
static inline bool llc_sap_hold_safe(struct llc_sap *sap)
include/net/llc.h
121
void llc_sap_close(struct llc_sap *sap);
include/net/llc.h
123
static inline void llc_sap_put(struct llc_sap *sap)
include/net/llc.h
129
struct llc_sap *llc_sap_find(unsigned char sap_value);
include/net/llc.h
131
int llc_build_and_send_ui_pkt(struct llc_sap *sap, struct sk_buff *skb,
include/net/llc.h
134
void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc.h
135
void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc.h
67
struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex)
include/net/llc.h
75
u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr)
include/net/llc.h
82
struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap,
include/net/llc_conn.h
107
struct sock *llc_lookup_established(struct llc_sap *sap, struct llc_addr *daddr,
include/net/llc_conn.h
109
void llc_sap_add_socket(struct llc_sap *sap, struct sock *sk);
include/net/llc_conn.h
110
void llc_sap_remove_socket(struct llc_sap *sap, struct sock *sk);
include/net/llc_conn.h
31
struct llc_sap *sap; /* pointer to parent SAP */
include/net/llc_s_ac.h
24
typedef int (*llc_sap_action_t)(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
26
int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
27
int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
28
int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
29
int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
30
int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
31
int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
32
int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
33
int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
34
int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ac.h
9
struct llc_sap;
include/net/llc_s_ev.h
47
struct llc_sap;
include/net/llc_s_ev.h
49
typedef int (*llc_sap_ev_t)(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
51
int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
52
int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
53
int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
54
int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
55
int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
56
int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
57
int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
58
int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
59
int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_s_ev.h
60
int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_sap.h
11
struct llc_sap;
include/net/llc_sap.h
16
void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb);
include/net/llc_sap.h
22
void llc_build_and_send_test_pkt(struct llc_sap *sap, struct sk_buff *skb,
include/net/llc_sap.h
24
void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb,
net/802/psnap.c
24
static struct llc_sap *snap_sap;
net/802/stp.c
25
static struct llc_sap *sap __read_mostly;
net/llc/af_llc.c
210
struct llc_sap *sap = llc->sap;
net/llc/af_llc.c
240
struct llc_sap *sap;
net/llc/af_llc.c
276
struct llc_sap *sap;
net/llc/af_llc.c
342
struct llc_sap *sap;
net/llc/llc_c_ac.c
199
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
224
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
250
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
283
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
309
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
339
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
362
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
380
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
398
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
431
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
466
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
490
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
514
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
538
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
562
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
586
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
622
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
646
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
670
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
695
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
719
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
743
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
777
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
807
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
909
struct llc_sap *sap = llc->sap;
net/llc/llc_c_ac.c
967
struct llc_sap *sap = llc->sap;
net/llc/llc_conn.c
448
static inline bool llc_estab_match(const struct llc_sap *sap,
net/llc/llc_conn.c
475
static struct sock *__llc_lookup_established(struct llc_sap *sap,
net/llc/llc_conn.c
513
struct sock *llc_lookup_established(struct llc_sap *sap,
net/llc/llc_conn.c
526
static inline bool llc_listener_match(const struct llc_sap *sap,
net/llc/llc_conn.c
539
static struct sock *__llc_lookup_listener(struct llc_sap *sap,
net/llc/llc_conn.c
587
static struct sock *llc_lookup_listener(struct llc_sap *sap,
net/llc/llc_conn.c
600
static struct sock *__llc_lookup(struct llc_sap *sap,
net/llc/llc_conn.c
700
void llc_sap_add_socket(struct llc_sap *sap, struct sock *sk)
net/llc/llc_conn.c
725
void llc_sap_remove_socket(struct llc_sap *sap, struct sock *sk)
net/llc/llc_conn.c
774
void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_core.c
116
void llc_sap_close(struct llc_sap *sap)
net/llc/llc_core.c
27
static struct llc_sap *llc_sap_alloc(void)
net/llc/llc_core.c
29
struct llc_sap *sap = kzalloc_obj(*sap, GFP_ATOMIC);
net/llc/llc_core.c
43
static struct llc_sap *__llc_sap_find(unsigned char sap_value)
net/llc/llc_core.c
45
struct llc_sap *sap;
net/llc/llc_core.c
64
struct llc_sap *llc_sap_find(unsigned char sap_value)
net/llc/llc_core.c
66
struct llc_sap *sap;
net/llc/llc_core.c
85
struct llc_sap *llc_sap_open(unsigned char lsap,
net/llc/llc_core.c
91
struct llc_sap *sap = NULL;
net/llc/llc_input.c
158
struct llc_sap *sap;
net/llc/llc_input.c
164
void (*sap_handler)(struct llc_sap *sap, struct sk_buff *skb);
net/llc/llc_input.c
33
static void (*llc_type_handlers[2])(struct llc_sap *sap,
net/llc/llc_input.c
36
void llc_add_pack(int type, void (*handler)(struct llc_sap *sap,
net/llc/llc_output.c
58
int llc_build_and_send_ui_pkt(struct llc_sap *sap, struct sk_buff *skb,
net/llc/llc_proc.c
113
struct llc_sap *sap = llc->sap;
net/llc/llc_proc.c
30
struct llc_sap *sap;
net/llc/llc_proc.c
61
static struct sock *laddr_hash_next(struct llc_sap *sap, int bucket)
net/llc/llc_proc.c
78
struct llc_sap *sap;
net/llc/llc_s_ac.c
105
int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
137
int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
148
int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
185
int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
198
int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
212
int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
31
int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
66
int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ac.c
86
int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
103
int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
17
int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
25
int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
35
int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
45
int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
54
int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
64
int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
74
int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
83
int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_s_ev.c
93
int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_sap.c
111
static const struct llc_sap_state_trans *llc_find_sap_trans(struct llc_sap *sap,
net/llc/llc_sap.c
139
static int llc_exec_sap_trans_actions(struct llc_sap *sap,
net/llc/llc_sap.c
161
static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_sap.c
198
static void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_sap.c
225
void llc_build_and_send_test_pkt(struct llc_sap *sap,
net/llc/llc_sap.c
251
void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb,
net/llc/llc_sap.c
275
static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb,
net/llc/llc_sap.c
289
static inline bool llc_dgram_match(const struct llc_sap *sap,
net/llc/llc_sap.c
311
static struct sock *llc_lookup_dgram(struct llc_sap *sap,
net/llc/llc_sap.c
348
static inline bool llc_mcast_match(const struct llc_sap *sap,
net/llc/llc_sap.c
360
static void llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb,
net/llc/llc_sap.c
387
static void llc_sap_mcast(struct llc_sap *sap,
net/llc/llc_sap.c
419
void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb)
net/llc/llc_sap.c
86
void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb)