llc_sap 7 include/net/datalink.h struct llc_sap *sap; llc_sap 72 include/net/llc.h struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex) llc_sap 78 include/net/llc.h u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr) llc_sap 85 include/net/llc.h struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap, llc_sap 104 include/net/llc.h void (*handler)(struct llc_sap *sap, struct sk_buff *skb)); llc_sap 109 include/net/llc.h struct llc_sap *llc_sap_open(unsigned char lsap, llc_sap 114 include/net/llc.h static inline void llc_sap_hold(struct llc_sap *sap) llc_sap 119 include/net/llc.h void llc_sap_close(struct llc_sap *sap); llc_sap 121 include/net/llc.h static inline void llc_sap_put(struct llc_sap *sap) llc_sap 127 include/net/llc.h struct llc_sap *llc_sap_find(unsigned char sap_value); llc_sap 129 include/net/llc.h int llc_build_and_send_ui_pkt(struct llc_sap *sap, struct sk_buff *skb, llc_sap 132 include/net/llc.h void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb); llc_sap 133 include/net/llc.h void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb); llc_sap 37 include/net/llc_conn.h struct llc_sap *sap; /* pointer to parent SAP */ llc_sap 111 include/net/llc_conn.h struct sock *llc_lookup_established(struct llc_sap *sap, struct llc_addr *daddr, llc_sap 113 include/net/llc_conn.h void llc_sap_add_socket(struct llc_sap *sap, struct sock *sk); llc_sap 114 include/net/llc_conn.h void llc_sap_remove_socket(struct llc_sap *sap, struct sock *sk); llc_sap 26 include/net/llc_s_ac.h typedef int (*llc_sap_action_t)(struct llc_sap *sap, struct sk_buff *skb); llc_sap 28 include/net/llc_s_ac.h int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb); llc_sap 29 include/net/llc_s_ac.h int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb); llc_sap 30 include/net/llc_s_ac.h int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb); llc_sap 31 include/net/llc_s_ac.h int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb); llc_sap 32 include/net/llc_s_ac.h int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb); llc_sap 33 include/net/llc_s_ac.h int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb); llc_sap 34 include/net/llc_s_ac.h int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb); llc_sap 35 include/net/llc_s_ac.h int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb); llc_sap 36 include/net/llc_s_ac.h int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb); llc_sap 52 include/net/llc_s_ev.h struct llc_sap; llc_sap 54 include/net/llc_s_ev.h typedef int (*llc_sap_ev_t)(struct llc_sap *sap, struct sk_buff *skb); llc_sap 56 include/net/llc_s_ev.h int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb); llc_sap 57 include/net/llc_s_ev.h int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb); llc_sap 58 include/net/llc_s_ev.h int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb); llc_sap 59 include/net/llc_s_ev.h int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb); llc_sap 60 include/net/llc_s_ev.h int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb); llc_sap 61 include/net/llc_s_ev.h int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb); llc_sap 62 include/net/llc_s_ev.h int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb); llc_sap 63 include/net/llc_s_ev.h int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb); llc_sap 64 include/net/llc_s_ev.h int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb); llc_sap 65 include/net/llc_s_ev.h int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb); llc_sap 17 include/net/llc_sap.h struct llc_sap; llc_sap 22 include/net/llc_sap.h void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb); llc_sap 28 include/net/llc_sap.h void llc_build_and_send_test_pkt(struct llc_sap *sap, struct sk_buff *skb, llc_sap 30 include/net/llc_sap.h void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb,