Lines Matching refs:sap
2 * llc_s_ac.c - actions performed during sap state transition.
5 * Functions in this module are implementation of sap component actions.
7 * All functions have one sap and one event as input argument. All of
31 * @sap: SAP
37 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb)
39 llc_sap_rtn_pdu(sap, skb);
45 * @sap: SAP
52 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb)
70 * @sap: SAP
77 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb)
95 * @sap: SAP
101 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb)
114 llc_pdu_header_init(nskb, LLC_PDU_TYPE_U, sap->laddr.lsap, dsap,
126 * @sap: SAP
133 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb)
149 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb)
168 llc_pdu_header_init(nskb, LLC_PDU_TYPE_U, sap->laddr.lsap, dsap,
180 * @sap: SAP
186 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb)
193 * @sap: SAP
199 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb)
201 llc_sap_rtn_pdu(sap, skb);
207 * @sap: SAP
213 int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb)
215 llc_sap_rtn_pdu(sap, skb);