Lines Matching refs:llc_sap
54 struct llc_sap { struct
73 struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex) in llc_sk_dev_hash() argument
81 u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr) in llc_sk_laddr_hashfn()
88 struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap, in llc_sk_laddr_hash()
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) in llc_sap_hold()
122 static inline bool llc_sap_hold_safe(struct llc_sap *sap) in llc_sap_hold_safe()
127 void llc_sap_close(struct llc_sap *sap);
129 static inline void llc_sap_put(struct llc_sap *sap) in llc_sap_put()
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);