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
79 u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr) in llc_sk_laddr_hashfn()
86 struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap, in llc_sk_laddr_hash()
105 void (*handler)(struct llc_sap *sap, struct sk_buff *skb));
110 struct llc_sap *llc_sap_open(unsigned char lsap,
115 static inline void llc_sap_hold(struct llc_sap *sap) in llc_sap_hold()
120 static inline bool llc_sap_hold_safe(struct llc_sap *sap) in llc_sap_hold_safe()
125 void llc_sap_close(struct llc_sap *sap);
127 static inline void llc_sap_put(struct llc_sap *sap) in llc_sap_put()
133 struct llc_sap *llc_sap_find(unsigned char sap_value);
135 int llc_build_and_send_ui_pkt(struct llc_sap *sap, struct sk_buff *skb,
138 void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb);
139 void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb);