Lines Matching refs:smt_header
35 static int smt_authorize(struct s_smc *smc, struct smt_header *sm);
36 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm);
43 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
283 struct smt_header *sm ; in smt_pmf_received_pack()
286 sm = smtod(mb,struct smt_header *) ; in smt_pmf_received_pack()
302 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack()
311 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
315 struct smt_header *smt ; in smt_build_pmf_response()
333 smt = smtod(mb, struct smt_header *) ; in smt_build_pmf_response()
479 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_build_pmf_response()
499 static int smt_authorize(struct s_smc *smc, struct smt_header *sm) in smt_authorize()
534 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm) in smt_check_set_count()
1560 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text) in dump_smt()
1580 smtlen = sm->smt_len + sizeof(struct smt_header) ; in dump_smt()