Lines Matching refs:smt_header
27 static int smt_authorize(struct s_smc *smc, struct smt_header *sm);
28 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm);
35 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
275 struct smt_header *sm ; in smt_pmf_received_pack()
278 sm = smtod(mb,struct smt_header *) ; in smt_pmf_received_pack()
294 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack()
303 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
307 struct smt_header *smt ; in smt_build_pmf_response()
325 smt = smtod(mb, struct smt_header *) ; in smt_build_pmf_response()
471 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_build_pmf_response()
491 static int smt_authorize(struct s_smc *smc, struct smt_header *sm) in smt_authorize()
526 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm) in smt_check_set_count()
1552 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text) in dump_smt()
1572 smtlen = sm->smt_len + sizeof(struct smt_header) ; in dump_smt()