Lines Matching full:forward
1011 /* This will just forward the frame to the other mrp ring ports, depending on
1043 * interconnect role and ports to process or forward the frame in br_mrp_rcv()
1046 /* If the role is MRM then don't forward the frames */ in br_mrp_rcv()
1052 /* If the role is MRA then don't forward the frames if it in br_mrp_rcv()
1064 goto forward; in br_mrp_rcv()
1073 /* If the ring port is in block state it should not forward in br_mrp_rcv()
1083 * In this case the frame is no forward between the ring ports. in br_mrp_rcv()
1094 * role then it should forward all frames between the ring ports in br_mrp_rcv()
1099 goto forward; in br_mrp_rcv()
1103 /* MIM should not forward it's own InTest in br_mrp_rcv()
1117 /* MIM should forward IntLinkChange and in br_mrp_rcv()
1119 * should not forward IntLinkChange and in br_mrp_rcv()
1132 /* MIC should forward InTest frames on all ports in br_mrp_rcv()
1136 goto forward; in br_mrp_rcv()
1138 /* MIC should forward IntLinkChange frames only if they in br_mrp_rcv()
1144 goto forward; in br_mrp_rcv()
1146 /* Should forward the InTopo frames only between the in br_mrp_rcv()
1151 goto forward; in br_mrp_rcv()
1154 /* In all the other cases don't forward the frames */ in br_mrp_rcv()
1159 forward: in br_mrp_rcv()