Lines Matching refs:llc_sap
92 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu()
117 static struct llc_sap_state_trans *llc_find_sap_trans(struct llc_sap *sap, in llc_find_sap_trans()
145 static int llc_exec_sap_trans_actions(struct llc_sap *sap, in llc_exec_sap_trans_actions()
167 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state()
204 static void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_state_process()
231 void llc_build_and_send_test_pkt(struct llc_sap *sap, in llc_build_and_send_test_pkt()
257 void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb, in llc_build_and_send_xid_pkt()
281 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
295 static inline bool llc_dgram_match(const struct llc_sap *sap, in llc_dgram_match()
314 static struct sock *llc_lookup_dgram(struct llc_sap *sap, in llc_lookup_dgram()
350 static inline bool llc_mcast_match(const struct llc_sap *sap, in llc_mcast_match()
362 static void llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb, in llc_do_mcast()
389 static void llc_sap_mcast(struct llc_sap *sap, in llc_sap_mcast()
421 void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_handler()