if_lagg_lacp.c | 1124 struct lacp_port *lacpp0; local in function:lacp_marker_recv_response 1143 lacpp0 = lp0->lp_proto_ctx; 1144 if (ISSET(lacpp0->lp_flags, LACP_PORT_MARK)) { 2456 struct lacp_port *lacpp0; local in function:lacp_select 2499 LIST_FOREACH(lacpp0, &la->la_ports, lp_entry_la) { 2500 if (lacp_port_priority_max(lacpp0, lacpp) == lacpp) { 2501 LIST_INSERT_BEFORE(lacpp0, lacpp, lp_entry_la); 2505 if (LIST_NEXT(lacpp0, lp_entry_la) == NULL) { 2506 LIST_INSERT_AFTER(lacpp0, lacpp, lp_entry_la); 2511 if (lacpp0 == NULL [all...] |