Searched refs:tpdu (Results 1 – 1 of 1) sorted by relevance
458 struct bstp_tbpdu tpdu; in bstp_input() local471 if (len < sizeof(tpdu)) in bstp_input()478 if (m->m_len < sizeof(tpdu) && in bstp_input()482 memcpy(&tpdu, mtod(m, caddr_t), sizeof(tpdu)); in bstp_input()485 if (tpdu.tbu_dsap != LLC_8021D_LSAP || in bstp_input()486 tpdu.tbu_ssap != LLC_8021D_LSAP || in bstp_input()487 tpdu.tbu_ctl != LLC_UI) in bstp_input()489 if (tpdu.tbu_protoid != BSTP_PROTO_ID) in bstp_input()497 tpdu.tbu_protover = BSTP_PROTO_MAX; in bstp_input()515 switch (tpdu.tbu_protover) { in bstp_input()[all …]