Lines Matching defs:llc_sap
44 * struct llc_sap - Defines the SAP component
54 struct llc_sap {
73 struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex)
81 u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr)
88 struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap,
107 void (*handler)(struct llc_sap *sap, struct sk_buff *skb));
112 struct llc_sap *llc_sap_open(unsigned char lsap,
117 static inline void llc_sap_hold(struct llc_sap *sap)
122 static inline bool llc_sap_hold_safe(struct llc_sap *sap)
127 void llc_sap_close(struct llc_sap *sap);
129 static inline void llc_sap_put(struct llc_sap *sap)
135 struct llc_sap *llc_sap_find(unsigned char sap_value);
137 int llc_build_and_send_ui_pkt(struct llc_sap *sap, struct sk_buff *skb,
140 void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb);
141 void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb);