Lines Matching refs:smt_header
31 static int smt_authorize(struct s_smc *smc, struct smt_header *sm);
32 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm);
39 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
279 struct smt_header *sm ; in smt_pmf_received_pack()
282 sm = smtod(mb,struct smt_header *) ; in smt_pmf_received_pack()
298 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack()
307 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
311 struct smt_header *smt ; in smt_build_pmf_response()
329 smt = smtod(mb, struct smt_header *) ; in smt_build_pmf_response()
475 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_build_pmf_response()
495 static int smt_authorize(struct s_smc *smc, struct smt_header *sm) in smt_authorize()
530 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm) in smt_check_set_count()
1556 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text) in dump_smt()
1576 smtlen = sm->smt_len + sizeof(struct smt_header) ; in dump_smt()