Lines Matching defs:reason
58 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
801 DB_SMT("SMT: discarding invalid frame, reason = %d", illegal);
847 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
851 /* int reason; reason code */
863 DB_SMT("SMT: sending RDF to %pM,reason = 0x%x",
864 &sm->smt_source, reason);
880 rdf->reason.para.p_type = SMT_P_REASON ;
881 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ;
882 rdf->reason.rdf_reason = reason ;