Lines Matching defs:sap
91 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu()
116 static struct llc_sap_state_trans *llc_find_sap_trans(struct llc_sap *sap, in llc_find_sap_trans()
144 static int llc_exec_sap_trans_actions(struct llc_sap *sap, in llc_exec_sap_trans_actions()
166 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state()
201 static void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_state_process()
237 void llc_build_and_send_test_pkt(struct llc_sap *sap, in llc_build_and_send_test_pkt()
263 void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb, in llc_build_and_send_xid_pkt()
286 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
297 static inline bool llc_dgram_match(const struct llc_sap *sap, in llc_dgram_match()
316 static struct sock *llc_lookup_dgram(struct llc_sap *sap, in llc_lookup_dgram()
352 static inline bool llc_mcast_match(const struct llc_sap *sap, in llc_mcast_match()
364 static void llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb, in llc_do_mcast()
390 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()