Lines Matching full:forward
1070 /* This will just forward the frame to the other mrp ring ports, depending on
1102 * interconnect role and ports to process or forward the frame in br_mrp_rcv()
1105 /* If the role is MRM then don't forward the frames */ in br_mrp_rcv()
1111 /* If the role is MRA then don't forward the frames if it in br_mrp_rcv()
1123 goto forward; in br_mrp_rcv()
1132 /* If the ring port is in block state it should not forward in br_mrp_rcv()
1142 * In this case the frame is no forward between the ring ports. in br_mrp_rcv()
1153 * role then it should forward all frames between the ring ports in br_mrp_rcv()
1158 goto forward; in br_mrp_rcv()
1162 /* MIM should not forward it's own InTest in br_mrp_rcv()
1176 /* MIM should forward IntLinkChange/Status and in br_mrp_rcv()
1178 * should not forward IntLinkChange/Status and in br_mrp_rcv()
1191 /* MIC should forward InTest frames on all ports in br_mrp_rcv()
1195 goto forward; in br_mrp_rcv()
1197 /* MIC should forward IntLinkChange frames only if they in br_mrp_rcv()
1203 goto forward; in br_mrp_rcv()
1205 /* MIC should forward IntLinkStatus frames only to in br_mrp_rcv()
1208 * should be forward on both ring ports in br_mrp_rcv()
1216 /* Should forward the InTopo frames only between the in br_mrp_rcv()
1221 goto forward; in br_mrp_rcv()
1224 /* In all the other cases don't forward the frames */ in br_mrp_rcv()
1229 forward: in br_mrp_rcv()