Lines Matching defs:sap
95 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu()
120 static struct llc_sap_state_trans *llc_find_sap_trans(struct llc_sap *sap, in llc_find_sap_trans()
148 static int llc_exec_sap_trans_actions(struct llc_sap *sap, in llc_exec_sap_trans_actions()
170 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state()
205 static void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_state_process()
241 void llc_build_and_send_test_pkt(struct llc_sap *sap, in llc_build_and_send_test_pkt()
267 void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb, in llc_build_and_send_xid_pkt()
290 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
301 static inline bool llc_dgram_match(const struct llc_sap *sap, in llc_dgram_match()
320 static struct sock *llc_lookup_dgram(struct llc_sap *sap, in llc_lookup_dgram()
356 static inline bool llc_mcast_match(const struct llc_sap *sap, in llc_mcast_match()
368 static void llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb, in llc_do_mcast()
394 static void llc_sap_mcast(struct llc_sap *sap, in llc_sap_mcast()
426 void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_handler()